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
→
Package statement helps to create many c...
Q.
Package statement helps to create many classes to have ______ name.
A.
differ.
B.
vanity.
C.
same.
D.
punch.
Answer» C. same.
703
0
Do you find this helpful?
1
View all MCQs in
Java Programming
Discussion
No comments yet
Login to comment
Related MCQs
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
Which package provides many event classes and Listener interfaces for event handling?
Which of the following package stores all the standard java classes? a) jav
Which class is the super class of all classes of the java.lang package?
Java supports input/output of data through the classes included in the _______ package: a) jav
Which of this package contains classes and interfaces for networking?
Which of the following classes are not available in the java.lang package?
The keyword used to create a package is
Swing is not a part of JFC (Java Foundation Classes) that is used to create GUI application?
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