Questions tagged as 'terminologia'

1
answer

What is a lightweight class?

I'm looking for a concise explanation for this question a while ago. What I found were unclear and confusing texts.     
asked by 17.06.2015 / 15:36
1
answer

What is the difference between a statement and an expression?

In the programming world these are two terms that are widely used, but sometimes I see people using them (sometimes even experienced professionals) as if they are interchangeable. Is this valid? When does each term apply?     
asked by 27.11.2016 / 23:21
1
answer

What is an "output_buffer"?

Reading is answer , this question came to me. What is a output_buffer ?     
asked by 17.02.2017 / 19:47
0
answers

What is the difference between a data warehouse and a data lake?

Given the concepts of data warehouse and data lake , what notable differences can we cite between them?     
asked by 04.12.2018 / 23:42
6
answers

Ajax is not a programming language. So what is it?

I'm asking this question because I've had enough of seeing things as requirements for a particular programming job:    You need to know the languages PHP, Javascript, CSS and AJAX I've already learned that Ajax is not a programmi...
asked by 02.03.2016 / 15:28
2
answers

Difference between primitive type and object in Java

In Java, we have so-called primitive types and so-called objects. What's the difference between the two?     
asked by 05.02.2018 / 17:47
1
answer

What is a recursive method?

Is the resultado variable within for recursive? #include <stdio.h> int main(void) { int N,i; double resultado=0.0; scanf("%d",&N); for (i=0; i<N; i++) { resultado= 1.0 / (resultado+2); } printf("%0.10lf...
asked by 21.08.2018 / 20:16
2
answers

What is it and what is TDD for? [duplicate]

I was looking at PHPUnit - which is a unit testing framework. Taking a look at some tutorials, I came across a term called TDD . What is TDD ? And what is his use in the day-to-day programming?     
asked by 24.02.2016 / 19:47
1
answer

What does "order an array" mean, either by rows or columns?

What does "order an array" mean, either by rows or columns?     
asked by 04.07.2018 / 05:47
2
answers

Doubt over TFS version control terms

I'm learning versioning, my question is regarding the terms shown in the figure below Epic and Issue , looking for the translation of the same for me it made no sense when using these options to create a Work Item     
asked by 02.09.2016 / 05:05