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 221. Can a Byte object be cast to a double value?

No, an object cannot be cast to a primitive value.

Isto e util? Adicionar comentario Ver comentarios
 

Pergunta 222. How is rounding performed under integer division?

The fractional part of the result is truncated. This is known as rounding toward zero.

Isto e util? Adicionar comentario Ver comentarios
 

Pergunta 223. What would you use to compare two String variables - the operator == or the method equals()?

I would use the method equals() to compare the values of the Strings and the == to check if two variables point at the same instance of a String object.

Isto e util? Adicionar comentario Ver comentarios
 

Pergunta 224. Which non-Unicode letter characters may be used as the first character of an identifier?

The non-Unicode letter characters $ and _ may appear as the first character of an identifier

Isto e util? Adicionar comentario Ver comentarios
 

Pergunta 225. What is a hashCode?

hash code value for this object which is unique for every object.

Isto e util? Adicionar comentario Ver comentarios
 

Mais uteis segundo os usuarios:

Copyright © 2026, WithoutBook.