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


Please Help Members By Posting Answers For Below Questions

Why is String immutable?

626


What is passed by reference and pass by value ?

584


What is meant by null and void?

542


Can a main method be declared final?

588


What does system out println () do?

562






When do I need to use reflection feature in java?

627


How do you end a program?

552


Is void a data type in java?

526


What is super?

587


How is java created?

538


Why multiple inheritance is not supported by java?

516


Hi all, I am dng a mini project on FileSplitter application which splits the GBs of logfile into Smaller chunks(mbs) depending on the split size." How to handle GBs file? I am getting OutOfMemoryException, when I input such GB sized file. Thx

1608


Explain what is encapsulation?

609


I want to print “hello” even before main is executed. How will you acheive that?

664


What is return code?

560