GustavoFernandez
Quiz by , created more than 1 year ago

Java Quiz on Introducción a Java 02, created by GustavoFernandez on 12/04/2015.

14
3
0
GustavoFernandez
Created by GustavoFernandez about 9 years ago
Close

Introducción a Java 02

Question 1 of 7

1

¿Cuáles de los siguientes son identificadores para nombres de variable válidos?

Select one or more of the following:

  • $variable

  • mi variable

  • MI_VARIABLE

  • _variable_

  • 1variable

Explanation

Question 2 of 7

1

¿Que empresa actualmente es dueña del lenguaje de programación Java?

Select one of the following:

  • Sun Microsystems

  • Oracle Corportion

  • Microsoft

  • IBM

Explanation

Question 3 of 7

1

¿Qué empresa fue la creadora del IDE (Entorno de desarrollo integrado) Eclipse?

Select one of the following:

  • Microsoft

  • Google Inc.

  • IBM

  • Oracle Corporation

Explanation

Question 4 of 7

1

¿Cuáles de los siguientes son identificadores de nombre de variable válidos?

Select one or more of the following:

  • double

  • decimal

  • $$cantidad

  • #numeroEntero

  • booleaN

Explanation

Question 5 of 7

1

¿Cuál de los siguientes es el operador de asignación en Java?

Select one of the following:

  • %

  • ==

  • =

Explanation

Question 6 of 7

1

¿Quien es considerado el creador del lenguaje de programación Java?

Select one of the following:

  • Bill Gates

  • Sergey Brin

  • Jame Gosling

Explanation

Question 7 of 7

1

¿Cuál es el valor final de la variable "numero"?

int numero = (4 * 5) / Math.pow(2, 2);

Select one of the following:

  • 1

  • 3

  • 5

  • 7

  • 2

Explanation