6,285 views
3 votes
3 votes

The built-in base class in java, which is used to handle all exceptions is

  1. Raise
  2. Exception
  3. Error
  4. Throwable

1 Answer

Best answer
3 votes
3 votes

Throwable is the base class of all exceptions in java. Exception and Error are sub classes of  Throwable .

Base class to handle Excption

selected by
Answer:

Related questions

4 votes
4 votes
1 answer
1
makhdoom ghaya asked May 5, 2016
3,473 views
What is the output of the following program?Class Test { public static void main (String [] args) { int x = 0; int y = 0 for (int z = 0; z < 5; z++) { if((++x >2)||(++y ...
0 votes
0 votes
1 answer
2
admin asked Apr 1, 2020
941 views
Is null an object?YesNoSometimes yesNone of these
0 votes
0 votes
1 answer
3
admin asked Mar 31, 2020
683 views
Earlier name of Java programming language was:OAKDNetbeanEclipse
0 votes
0 votes
1 answer
4
admin asked Mar 31, 2020
997 views
Which of the following is a platform free language?JAVACAssemblyFortran