What's the base class of all exception classes?



What's the base class of all exception classes?..

Answer / Amita Sharma

Exception is the root class for all exceptions in Java. All other exception classes such as RuntimeException, Error, and checked exceptions like IOException inherit from Exception.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is the buffer limit?

1 Answers  


What is flag in java?

1 Answers  


1).what is the difference between below examples String s="vijay"; String s=new String("vijay");

12 Answers   Mascon, Satyam, TCS,


java can provide security ,how can provide?

8 Answers   Aspire, BNP Paribas, Genpact, IBM,


how to accept integer array in java

2 Answers   Tech Guru,


Explain the difference between comparator and comparable in java?

1 Answers  


What is the size of int?

1 Answers  


What is the function of java?

1 Answers  


why top level class could not be static

3 Answers   L&T,


What is a memory leak in java?

1 Answers  


Can you explain inner class.

1 Answers  


adapter class ?

2 Answers  


Categories