Pertanyaan dan Jawaban Wawancara Paling Populer & Tes Online
Platform edukasi untuk persiapan wawancara, tes online, tutorial, dan latihan langsung

Bangun keterampilan dengan jalur belajar terfokus, tes simulasi, dan konten siap wawancara.

WithoutBook menghadirkan pertanyaan wawancara per subjek, tes latihan online, tutorial, dan panduan perbandingan dalam satu ruang belajar yang responsif.

Prepare Interview

Core Java Pertanyaan dan Jawaban Wawancara

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

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

Apakah ini membantu? Add Comment View Comments
 

Ques 232. What is the use of serializable?

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

Apakah ini membantu? Add Comment View Comments
 

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

Apakah ini membantu? Add Comment View Comments
 

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

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

Apakah ini membantu? Add Comment View Comments
 

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

Apakah ini membantu? Add Comment View Comments
 

Most helpful rated by users:

Hak Cipta © 2026, WithoutBook.