Online Java Applet quiz with 20 questions for Applet enthusiasts with some
sample questions. This online test helps you prepare for upcoming interviews,
certification tests and other entrance exams. The score displayed at the end of
Applet test helps you assess your level of preparation.
Online Practice
Test > Java Applet quiz
Here are few sample Java Applet quiz/test questions
The means by which the browser and the applet communicates is
AppletSkeleton interface
AppletApplication interface
AppletStub interface
AppletWindow interface
What are the interfaces to deal with Applet applications?
AppletContext, AppletConfig
AppletContext, AppletStub, AudioClip
AppletConfig, AppletStub, AudioClip
AppletConfit,AppletStub, VideoClip
Which of the following objects are input to the paint() method?
Canvas
Graphics
Paint
Image
Click here to
start Java Applet quiz/test
More Links
An applet runs with the control of a browser, where as an application runs
standalone. The application runs with the support of a virtual
machine...............
|