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
→
Which of the following are not the wrapp...
Q.
Which of the following are not the wrapper classes?
A.
Byte.
B.
Vector.
C.
Integer.
D.
Short.
Answer» C. Integer.
2.8k
0
Do you find this helpful?
36
View all MCQs in
Java Programming
Discussion
No comments yet
Login to comment
Related MCQs
Wrapper class is a wrapper around a _______ data type.
The wrapper classes are defined in _________ packages.
All the wrapper classes (Integer, Boolean, Float, Short, Long, Double and Character).
Which of the following is not a wrapper class?
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 of the following classes are not available in the java.lang package?
Swing is not a part of JFC (Java Foundation Classes) that is used to create GUI application?
Which of the following package stores all the standard java classes? a) jav
The class RuntimeException is the superclass of which of the following classes?
Which of the following are true about the Error and Exception classes?