McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2025
→
Bachelor of Computer Applications (BCA)
→
Java Programming
→
The class used to encapsulate fonts is
Q.
The class used to encapsulate fonts is
A.
Graphics
B.
Font
C.
Applet
D.
Component
Answer» B. Font
2k
0
Do you find this helpful?
12
View all MCQs in
Java Programming
Discussion
No comments yet
Login to comment
Related MCQs
The method used to set Fonts is
Which of these is used to access member of class before object of that class is created?
The keyword used inside a class to refer to its immediate super class is
Which of these keywords is used to refer to member of base class from a sub class?
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?
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
These two ways are used to create a Frame By creating the object of Frame class (association) By extending Frame class (inheritance)
In RMI program the following two steps are used to, Either extend the UnicastRemoteObject class, the exportObject() method of the UnicastRemoteObject class,
Name the keyword that makes a variable belong to a class, rather than being defined for each instance of the class.
If a class inheriting an abstract class does not define all of its function then it will be known as?