OCA Java SE 8 Exam

Descripción

Fichas sobre OCA Java SE 8 Exam, creado por Guilherme Benner Martelli el 23/08/2017.
Guilherme Benner Martelli
Fichas por Guilherme Benner Martelli, actualizado hace más de 1 año
Guilherme Benner Martelli
Creado por Guilherme Benner Martelli hace alrededor de 7 años
5
0

Resumen del Recurso

Pregunta Respuesta
addition operator +
subtraction operator -
not operator !
multiplication operator *
division operator /
modulus operator %
Shift left operator <<
Shift Right Operator >>
zero fill shift right operator >>>
What is the data type of x*y? int x = 1; long y = 33; long
What is the data type of x+y? double x = 39.21; float y = 2.1; Does not compile!
What is the data type of x+y? double x = 39.21; float y = 2.1f; double
What is the data type of x/y? short x = 10; short y = 3; Int
What is the data type of x*y/z? short x = 14; float y = 13f; double z = 30; Double
boolean z != 0; Does not compile.
int x = 3; int y = ++x*5/x--+--x; x? y? x=2; y=7; y = 4*5/4+2;
Mostrar resumen completo Ocultar resumen completo

Similar

CONTABILIDADE
Naryane Rocha
Estudo dirigido - cap 1 - fichamento
Brenda Pereira
Gramática Cap 1 - O que é Gramática? (SAS)
Gabriel Leite
Título III Direitos/Vantagens
Felipe Buongermino
Origem da vida
samuellm8
Bioquimica clinica transporte de gases
Kelly Bicalho
Inteligencia Emocional
gabriel.milla
Sociales
David Andrino
La conquista de América (llegada de los europeos en 1492)
no sé
Lectura afectiva básica
darwin jaramillo
Insuficiencia Renal Cronica
Angela Madroñero