What classes of exceptions may be caught by a catch clause in java programming?



What classes of exceptions may be caught by a catch clause in java programming?..

Answer / Anamika

A catch clause in Java can catch any type of exception that is a subclass of Throwable, which includes both Error and Exception classes.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

how many design pattern r there? and wht design pattern u use and why ?

5 Answers   HP,


Explain about join() method?

1 Answers  


What technique is carried out to find out if a particular string is empty?

1 Answers  


Why main() method is public, static and void in java ?

1 Answers  


Explain what pure virtual function is?

1 Answers   Aricent,


What enableEvents() method do?

1 Answers  


What is Co-Variant return type in method overriding?

1 Answers   RBS,


What is procedure overloading?

1 Answers  


What are the 7 types of characters?

1 Answers  


Why are parameters used in functions?

1 Answers  


What is return type in java?

1 Answers  


Difference between Web-based applications,Client- Server applications and Distributed applications?

3 Answers   Infosys,


Categories