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

Does java allow overriding static methods ?

0 Answers  


How many types of array are there?

0 Answers  


Which class is the superclass for every class in java programming?

0 Answers  


What are the standards to place package statement within a source code file?

1 Answers  


Does java have a compiler?

0 Answers  






Hi Friends, Can u give few interview questions which relates ArrayList and Hashmap. I mean how to link ArrayList and HashMap.I know this is not good way of asking questions like this , but i need

1 Answers   Microsoft, Wipro,


How do you compare objects in java?

0 Answers  


What is multi level inheritance in java?

0 Answers  


Why do we need data serialization?

0 Answers  


Which software is used for java programming?

0 Answers  


Difference between final and effectively final ?

0 Answers  


what is business delegate?

2 Answers   TCS,


Categories