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
→
User defined exception can be created us...
Q.
User defined exception can be created using _________ class.
A.
catch.
B.
try.
C.
throwable.
D.
get.
Answer» C. throwable.
1.5k
0
Do you find this helpful?
4
View all MCQs in
Java Programming
Discussion
No comments yet
Login to comment
Related MCQs
Exception that is identified during compile time is called ______ exception.
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 of these is used to access member of class before object of that class is created?
Which is the super class of all exception classes
How many constructors does the class Exception have?
Which of the following is an exception thrown by the methods of the class String?
Which exception is thrown by the read ( ) method of input stream class?
Which exception is thrown by the read () method of Input Stream class?
______ is at the top of the exception class hierarchy.
Name the keyword that makes a variable belong to a class, rather than being defined for each instance of the class.