Answer these 20 Applet MCQs and assess your grip on the subject of Applet. Scroll below and get started!
A. Non-exclusive Checkboxes
B. Choice
C. Text Boxes
D. Radio buttons
A. True
B. False
A. Destroy()
B. Init()
C. Stop()
D. Paint()
A. SetWidthHeight()
B. GetSize()
C. SetHeightWidth()
D. GetWidthHeight()
A. 1
B. 3
C. 4
D. 6
A. None
B. Applet is painted,started,stopped,initilaized,destroyed
C. Applet is initialized,started,painted,stopped,destroyed
D. Applet is intialized,started,painted,destroyed,stopped
A. 1
B. 2
C. 5
D. 3
A. Panel
B. Component
C. Window
D. Object
A. It works at client side so less response time
B. It can be executed by browsers running under many platforms, including Linux, Windows, and Mac Os etc
C. Plugin is required at client browser to execute applet
D. Secured
A. Public void paint(Graphics g)
B. Public void init()
C. Public void stop()
D. Public void destroy()
A. Name, height, width
B. Codebase, height, width
C. Code, name
D. Code, height, width
A. GetImmediate()
B. GetParent()
C. GetVisible()
D. GetContainer()
A. Void init()
B. None
C. Void destroy()
D. Boolean isActive()
A. Red
B. Cyan
C. Blue
D. Green
A. None
B. SetColor(PINK);
C. SetBackground(Color.pink);
D. Background(pink);
A. GridLayout
B. FlowLayout
C. BorderLayout
D. CardLayout
A. Public class MyApplet extends applet implements Runnable {
B. Public Applet MyApplet {
C. Public class MyApplet extends java.applet.Applet {
D. None
A. True
B. False
A. True
B. False
A. True
B. False