McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2026
→
Bachelor of Computer Applications (BCA)
→
Java Programming
→
Which package consist an applet class? ...
Q.
Which package consist an applet class? a) jav
A.
applet
B.
java.awt
C.
java.awt.applet
D.
java.event
Answer» A. applet
1.5k
0
Do you find this helpful?
12
View all MCQs in
Java Programming
Discussion
No comments yet
Login to comment
Related MCQs
Which of the following package stores all the standard java classes? a) jav
Java supports input/output of data through the classes included in the _______ package: a) jav
Which of these packages contains all the classes and methods required for event handling in Java? a) jav
Can you write a Java class that could be used both as an applet as well as an application?
Which of this access specifies can be used for a class so that its objects can be created by a different class in another package?
Which class is the super class of all classes of the java.lang package?
Which of these class is not a member class of java.io package?
State true or false (i) JPanel is a class included in awt package (ii) Anonymous classes are mostly used for event handling (iii) Names of anonymous classes must be unique (iv) JOptionPane is an inner class
State true or false (i) public can only be assigned to class (ii) protected protects a statement (iii) protected method is never accessible outside the package (iv) friendly variable may be accessible outside class
Which of these methods can be used to output a string in an applet?