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 211. How are Observer and Observable used?

Objects that subclass the Observable class maintain a list of observers. When an Observable object is updated it invokes the update() method of each of its observers to notify the observers that it has changed state. The Observer interface is implemented by objects that observe Observable objects.

Isto e util? Adicionar comentario Ver comentarios
 

Pergunta 212. How does Java handle integer overflows and underflows?

It uses those low order bytes of the result that can fit into the size of the type allowed by the operation.

Isto e util? Adicionar comentario Ver comentarios
 

Pergunta 213. To what value is a variable of the String type automatically initialized?

The default value of an String type is null.

Isto e util? Adicionar comentario Ver comentarios
 

Pergunta 214. What is the range of the short type?

The range of the short type is -(2^15) to 2^15 - 1.

Isto e util? Adicionar comentario Ver comentarios
 

Pergunta 215. What is Downcasting ?

Downcasting is the casting from a general to a more specific type, i.e. casting down the hierarchy

Isto e util? Adicionar comentario Ver comentarios
 

Mais uteis segundo os usuarios:

Copyright © 2026, WithoutBook.