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

Ujian Simulasi

Jadikan Beranda

Bookmark halaman ini

Langganan Alamat Email

Java Swing Pertanyaan dan Jawaban Wawancara

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

Ques 21. Which method is used by the applet to recognize the height and width?

getParameters()
Method is used by the applet to recognize the height and width.

Apakah ini membantu? Add Comment View Comments
 

Ques 22. When we should go for codebase in applet?

If the applet class is not in the same directory, codebase is used.

Apakah ini membantu? Add Comment View Comments
 

Ques 23. What is the lifecycle of an applet?

init( ) method - called when an applet is first loaded
start( ) method - called each time an applet is started
paint( ) method - called when the applet is minimized or maximized
stop( ) method - called when the browser moves off the applet's page
destroy( ) method - called when the browser is finished with the applet

Apakah ini membantu? Add Comment View Comments
 

Ques 24. Which method is used for setting security in applets?

setSecurityManager()
Method is used for setting security in applets.

Apakah ini membantu? Add Comment View Comments
 

Ques 25. What is an event and what are the models available for event handling?

Changing the state of an object is called an event. An event is an event object that describes a state of change. In other words, event occurs when an action is generated, like pressing a key on keyboard, clicking mouse, etc. There different types of models for handling events are event-inheritance model and event-delegation model.

Apakah ini membantu? Add Comment View Comments
 

Most helpful rated by users:

Hak Cipta © 2026, WithoutBook.