Principais perguntas e respostas de entrevista e testes online
Plataforma educacional para preparacao de entrevistas, testes online, tutoriais e pratica ao vivo

Desenvolva habilidades com trilhas de aprendizado focadas, simulados e conteudo pronto para entrevistas.

WithoutBook reune perguntas de entrevista por assunto, testes praticos online, tutoriais e guias comparativos em um unico espaco de aprendizado responsivo.

Preparar entrevista

Core Java perguntas e respostas de entrevista

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

Pergunta 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.

Isto e util? Adicionar comentario Ver comentarios
 

Pergunta 232. What is the use of serializable?

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

Isto e util? Adicionar comentario Ver comentarios
 

Pergunta 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.

Isto e util? Adicionar comentario Ver comentarios
 

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

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

Isto e util? Adicionar comentario Ver comentarios
 

Pergunta 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.

Isto e util? Adicionar comentario Ver comentarios
 

Mais uteis segundo os usuarios:

Copyright © 2026, WithoutBook.