Questions tagged as 'terminologia'

2
answers

What is the meaning of CORS?

I always see the CORS word related to an error occurring when trying to make a XmlHttpRequest request for a given page, which does not have the same domain as the source. Example:    XMLHttpRequest can not load link . Response to...
asked by 04.08.2016 / 18:14
2
answers

Formal definition of operations = e ==

What is the formal definition of using = and == in Python? I can identify in the examples when I have to use which, but when I try to identify these operations by a formal definition as (more or less as if it were a mathematical co...
asked by 29.09.2018 / 03:37
2
answers

Are there any differences between First and Single? [duplicate]

Are there any differences between First and Single? Are the two queries returned the same? And what about performance between the two is the same? Which of the two expressions is best to use?     
asked by 12.11.2016 / 20:07
1
answer

Translation of the word portable referring to a programming language [closed]

In computing, in English, the adjective portable is used to qualify a programming language that can be easily used on different platforms, allowing the same program to run on these platforms without the need to change the source code. H...
asked by 22.10.2015 / 15:48
1
answer

What is a vision document?

I would like to know, what is a vision document? Note: I searched the internet and I believe the explanations I found were not enough for me to begin to understand. This is because they did not give me examples of vision documents and why the...
asked by 15.09.2017 / 16:32
2
answers

Difference between operating system and mobile platform

I looked for this information elsewhere, but I could not get clarification about it. I would like to know the difference between operating system and mobile platform. For example, I always hear about the Android operating system , but I also he...
asked by 26.11.2015 / 02:27
0
answers

Difference between extension and library in PHP

In PHP there are some extensions within the language, basically they are sets of classes. For example, PHAR is one of these extensions. Basically, my question is this: What's the difference of an extension to a library? Would it be corre...
asked by 08.12.2018 / 17:27
0
answers

Doubt about the term Business Object

Business Object refers to an instance of a class or the class itself? This in the context of POO . And if it's a class, are they all Business object ?     
asked by 01.11.2018 / 15:25
0
answers

Use of the component label

The components of primefaces have the label attribute. But by default when we are going to create a component like autoComplete we first use outputLabel and make the association through for . As in the example: <p...
asked by 02.10.2018 / 19:35
2
answers

What is the difference between a class and an object?

I was reading a book on object orientation and these two entities are treated differently. What's the difference between the two?     
asked by 28.11.2015 / 00:49