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

Why do we use bufferedreader?

0 Answers  


What carriage return means?

0 Answers  


where to use join method and explain with real time senario?and programatical explenation also..

1 Answers   TCS,


What is difference between call by value and call by reference?

0 Answers  


How hashmap works in java?

0 Answers  






What is the use of isempty in java?

0 Answers  


What is a layout manager and what are different types of layout managers available in java awt?

0 Answers  


What are the basic control structures?

0 Answers  


Why are parameters used in functions?

0 Answers  


Is there a sort function in java?

0 Answers  


I have a sorting issue with a Hashmap. My constraint is that I MUST use the Hashmap and work with existing code. I do a database query and place the results in a Hashmap. When I iterate thru the Hashmap, it loses the original alphabetical sorting done by the database. So, my problem is that I must sort the results coming out of the Hashmap which is then placed into another class.

1 Answers  


How do you insert a line break?

0 Answers  


Categories