Java Applets - Core Java Multiple Choice Questions and Answers

(11) On invoking repaint() method for a Component, the method invoked by AWT is :
[A] draw()
[B] show()
[C] update()
[D] paint()

Comment

Answer: Option [D]

update() method is invoked by AWT.

(12) The class at the top of the AWT hierarchy is
[A] Component
[B] Window
[C] Container
[D] Frame

Comment

Answer: Option [A]

DOWNLOAD CURRENT AFFAIRS PDF FROM APP

Article and Schedule Quiz Start Test!
(13) Which of the following statements about hierarchy of the class java.awt.Applet is incorrect?
[A] An applet is a kind of container
[B] An applet is a kind of window
[C] An applet is a kind of component
[D] An applet is a kind of panel

Comment

Answer: Option [C]
(14) Which one of the following is a valid declaration of an applet?
[A] public class MyApplet extends java.applet.Applet {
[B] public Applet MyApplet {
[C] public class MyApplet extends applet implements Runnable {
[D] abstract class MyApplet extends java.applet.Applet {

Comment

Answer: Option [A]
(15) Java allows programmers to develop the following :
[A] Applets, applications and Servlets.
[B] Applets and applications.
[C] Applets, applications, Servlets, JavaBeans and Distributed objects.
[D] None of the above.

Comment

Answer: Option [A]

Take Mock Tests

Missiles Mock Test Start Test!
SSC MTS Mock Test Start Test
IBPS CLERK MOCK TEST Start Test
SSC MTS 2022 JULY 26 Shift 1 (ENGLISH) Start Test!
SSC GD Previous Year Paper 2021 Nov 17 Shift - I (Hindi) Start Test!
SSC CGL Tier - 1 PYP 2022 April 21 Shift- 1 (ENGLISH) Start Test!
MPSC PAPER I MOCK TEST 1 (ENGLISH) Start Test!
IB Security Assistant Mock test 1 (english) Start Test!
UP POLICE CONSTABLE MOCK TEST 1 Start Test!
DELHI POLICE CONSTABLE MOCK TEST 1 (HINDI) Start Test!

Chapters