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
→
Which of these class is not a member cla...
Q.
Which of these class is not a member class of java.io package?
A.
String
B.
StringReader
C.
Writer
D.
File
Answer» A. String
1.1k
0
Do you find this helpful?
4
View all MCQs in
Java Programming
Discussion
No comments yet
Login to comment
Related MCQs
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 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?
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 of these is used as default for a member of a class if no access specifier is used for it?
Which of these methods are member of Remote class?
Which of these package is used for all the text related modifications?
Which package consist an applet class? a) jav