What classes of exceptions, caught by a catch clause?
Answer Posted / niranjanravi
A catch clause can catch any exception that is assigned to
the throable type.It includes both run time errors and
exceptions.
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is continuity of a function?
Which variables are stored in heap?
Explain importance of finally block in java?
Java is Pass by Value or Pass by Reference?
What is nextline method in java?
What is remote method invocation (rmi)?
What does flag mean in java?
when to use ArrayList and when to use HashMap in webApplication.
How to run a JAR file through command prompt?
Explain the init method?
Can an arraylist be empty?
What does void * mean?
What is temp in java?
What is a super method?
What are the advantages of arraylist over arrays?