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 231. What is inner class?

If the methods of the inner class can only be accessed via the instance of the inner class, then it is called inner class.

Es util? Agregar comentario Ver comentarios
 

Pregunta 232. What is the use of serializable?

To persist the state of an object into any perminant storage device.

Es util? Agregar comentario Ver comentarios
 

Pregunta 233. Why do threads block on I/O?

Threads block on i/o (that is enters the waiting state) so that other threads may execute while the I/O operation is performed.

Es util? Agregar comentario Ver comentarios
 

Pregunta 234. What class allows you to read objects directly from a stream?

The ObjectInputStream class supports the reading of objects from input streams.

Es util? Agregar comentario Ver comentarios
 

Pregunta 235. What an I/O filter?

An I/O filter is an object that reads from one stream and writes to another, usually altering the data in some way as it is passed from one stream to another.

Es util? Agregar comentario Ver comentarios
 

Lo mas util segun los usuarios:

Copyright © 2026, WithoutBook.