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
→
In which package is the class Vector loc...
Q.
In which package is the class Vector located?
A.
java.io
B.
java.lang
C.
java.util
D.
java.text
Answer» C. java.util
995
0
Do you find this helpful?
6
View all MCQs in
Java Programming
Discussion
No comments yet
Login to comment
Related MCQs
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 package consist an applet class? a) jav
The setBackground() method is part of the following class in JAVA.awt package.
Which of these is used to access member of class before object of that class is created?
Which of these keywords is used to refer to member of base class from a sub class?
Which of these is correct way of inheriting class A by class B?