Josseline Arreola
Quiz by , created more than 1 year ago

Test

18
0
0
Josseline Arreola
Created by Josseline Arreola almost 9 years ago
Close

Java

Question 1 of 15

1

Ademas de simple y orientado a objetos java es:

Select one or more of the following:

  • distribuido

  • interpretado

  • robusto

  • arquitectura no neutral

  • multi-dinamica

  • bajo rendimiento

  • alto rendimiento

Explanation

Question 2 of 15

1

Java permite crear un virus o invadir el sistema de archivos.

Select one of the following:

  • True
  • False

Explanation

Question 3 of 15

1

Java cuenta con rutinas de sincronización.

Select one of the following:

  • True
  • False

Explanation

Question 4 of 15

1

Java es un lenguaje interpretado y es por ello que nunca será tan lento como un lenguaje compilado, como C

Select one of the following:

  • True
  • False

Explanation

Question 5 of 15

1

La principal misión del constructor es reservar memoria e inicializar las variables miembros de la clase.

Select one of the following:

  • True
  • False

Explanation

Question 6 of 15

1

La instrucción import hace que las clases de Java sean accesibles a la clase actual utilizando un nombre abreviado.

Select one of the following:

  • True
  • False

Explanation

Question 7 of 15

1

Estan relacionados con los paquetes

Select one or more of the following:

  • import paquete;

  • import paquete.awl;

  • import paquete.class;

  • import paquete*;

  • import paquete.*;

Explanation

Question 8 of 15

1

Los métodos son funciones definidas dentro de una clase.

Select one of the following:

  • True
  • False

Explanation

Question 9 of 15

1

Los métodos son funciones definidas dentro de un objeto.

Select one of the following:

  • True
  • False

Explanation

Question 10 of 15

1

los métodos static o de clase, se aplican siempre a un objeto de la clase por medio del operador *

Select one of the following:

  • True
  • False

Explanation

Question 11 of 15

1

El metodo length() devuelve el texto en mayusculas

Select one of the following:

  • True
  • False

Explanation

Question 12 of 15

1

toLowerCase() devuelve la cadena convertida a minúsculas

Select one of the following:

  • True
  • False

Explanation

Question 13 of 15

1

El polimorfismo consiste en obtener un mismo método con diferentes objetos.

Select one of the following:

  • True
  • False

Explanation

Question 14 of 15

1

Estructura de una clase

Select one or more of the following:

  • Nombre de la clase

  • Atributos

  • Operaciones o métodos

  • main

Explanation

Question 15 of 15

1

Es la sintaxis para crear un objeto: Nombre de la clase nombre del objeto: new nombre del objeto ();

Select one of the following:

  • True
  • False

Explanation