What classes of exceptions, caught by a catch clause?



What classes of exceptions, caught by a catch clause?..

Answer / 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

More Core Java Interview Questions

How do you clear a method in java?

0 Answers  


What is static class

0 Answers   EDS,


what is the use of clone method? why user cant overwrite in sub class without its proper defination.

2 Answers   TCS,


How long will it take to learn java?

0 Answers  


How many bits does a boolean take?

1 Answers  


What is the generic class?

0 Answers  


Write a regular expression to validate a password. A password must start with an alphabet and followed by alphanumeric characters; its length must be in between 8 to 20.

0 Answers  


explain about jre and jvm

2 Answers  


Why array is used in java?

0 Answers  


What are the drawbacks of reflection?

0 Answers  


How to perform bubble sort in java?

0 Answers  


Is null function in java?

0 Answers  


Categories