Die meistgefragten Interviewfragen und Antworten sowie Online-Tests
Lernplattform fur Interviewvorbereitung, Online-Tests, Tutorials und Live-Ubungen

Baue deine Fahigkeiten mit fokussierten Lernpfaden, Probetests und interviewreifem Inhalt aus.

WithoutBook vereint themenbezogene Interviewfragen, Online-Ubungstests, Tutorials und Vergleichsleitfaden in einem responsiven Lernbereich.

Interview vorbereiten

Core Java Interviewfragen und Antworten

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

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

Ist das hilfreich? Kommentar hinzufugen Kommentare ansehen
 

Frage 232. What is the use of serializable?

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

Ist das hilfreich? Kommentar hinzufugen Kommentare ansehen
 

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

Ist das hilfreich? Kommentar hinzufugen Kommentare ansehen
 

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

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

Ist das hilfreich? Kommentar hinzufugen Kommentare ansehen
 

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

Ist das hilfreich? Kommentar hinzufugen Kommentare ansehen
 

Am hilfreichsten laut Nutzern:

Copyright © 2026, WithoutBook.