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
→
A class is declared by use of the ______...
Q.
A class is declared by use of the ________ keyword.
A.
object.
B.
class.
C.
instance.
D.
method.
Answer» B. class.
600
0
Do you find this helpful?
4
View all MCQs in
Java Programming
Discussion
No comments yet
Login to comment
Related MCQs
Name the keyword that makes a variable belong to a class, rather than being defined for each instance of the class.
The keyword used inside a class to refer to its immediate super class is
If a thread is to be declared as a daemon thread, it must be declared before
Which is the keyword used to inherit a class to another?
The use of final keyword with method definition
One interface can inherit another by use of the keyword _____.
Variables declared with in a class are called
A class having an abstract method is to be declared as _______.
When a class is declared as final , then ____.
The keyword used to create a constant variable