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 241. What is the purpose of the File class?

The File class is used to create objects that provide access to the files and directories of a local file system.

Isto e util? Adicionar comentario Ver comentarios
 

Pergunta 242. What is a socket?

A socket is an endpoint for communication between two machines.

Isto e util? Adicionar comentario Ver comentarios
 

Pergunta 243. How do I convert a numeric IP address like 192.18.97.39 into a hostname like java.sun.com?

String hostname = InetAddress.getByName("192.18.97.39").getHostName();

Isto e util? Adicionar comentario Ver comentarios
 

Pergunta 244. How can my application get to know when a HttpSession is removed?

Define a Class HttpSessionNotifier which implements HttpSessionBindingListener and implement the functionality what you need in valueUnbound() method. Create an instance of that class and put that instance in HttpSession.

Isto e util? Adicionar comentario Ver comentarios
 

Pergunta 245. How will you invoke any external process in Java?

Runtime.getRuntime().exec('.)

Isto e util? Adicionar comentario Ver comentarios
 

Mais uteis segundo os usuarios:

Copyright © 2026, WithoutBook.