Questions et réponses d'entretien les plus demandées et tests en ligne
Plateforme d'apprentissage pour la preparation aux entretiens, les tests en ligne, les tutoriels et la pratique en direct

Developpez vos competences grace a des parcours cibles, des tests blancs et un contenu pret pour l'entretien.

WithoutBook rassemble des questions d'entretien par sujet, des tests pratiques en ligne, des tutoriels et des guides de comparaison dans un espace d'apprentissage reactif.

Preparation a l'entretien

Core Java Questions et reponses d'entretien

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

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

Est-ce utile ? Ajouter un commentaire Voir les commentaires
 

Question 232. What is the use of serializable?

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

Est-ce utile ? Ajouter un commentaire Voir les commentaires
 

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

Est-ce utile ? Ajouter un commentaire Voir les commentaires
 

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

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

Est-ce utile ? Ajouter un commentaire Voir les commentaires
 

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

Est-ce utile ? Ajouter un commentaire Voir les commentaires
 

Les plus utiles selon les utilisateurs :

Copyright © 2026, WithoutBook.