Preguntas y respuestas de entrevista mas solicitadas y pruebas en linea
Plataforma educativa para preparacion de entrevistas, pruebas en linea, tutoriales y practica en vivo

Desarrolla tus habilidades con rutas de aprendizaje enfocadas, examenes de practica y contenido listo para entrevistas.

WithoutBook reune preguntas de entrevista por tema, pruebas practicas en linea, tutoriales y guias comparativas en un espacio de aprendizaje responsivo.

Preparar entrevista

Core Java preguntas y respuestas de entrevista

Test your skills through the online practice test: Core Java Quiz Online Practice Test

Pregunta 216. How many static init can you have ?

As many as you want, but the static initializers and class variable initializers are executed in textual order and may not refer to class variables declared in the class whose declarations appear textually after the use, even though these class variables are in scope.

Es util? Agregar comentario Ver comentarios
 

Pregunta 217. What is mutable object and immutable object?

If a object value is changeable then we can call it as Mutable object. (Ex., StringBuffer, ') If you are not allowed to change the value of an object, it is immutable object. (Ex., String, Integer, Float, ')

Es util? Agregar comentario Ver comentarios
 

Pregunta 218. What is the basic difference between string and stringbuffer object?

String is an immutable object. StringBuffer is a mutable object.

Es util? Agregar comentario Ver comentarios
 

Pregunta 219. What is the byte range?

128 to 127

Es util? Agregar comentario Ver comentarios
 

Pregunta 220. Can a double value be cast to a byte?

Yes, a double value can be cast to a byte.

Es util? Agregar comentario Ver comentarios
 

Lo mas util segun los usuarios:

Copyright © 2026, WithoutBook.