Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 string pool?

1 Answers  


What is the importance of static variable?

1 Answers  


Why are parameters used in functions?

1 Answers  


What is synchronization? How it can be achieved?

2 Answers  


Can we make the abstract methods static in java?

1 Answers  


What is java full form?

1 Answers  


What is the difference between I ++ and ++ I in java?

1 Answers  


What is incompatible types in java?

1 Answers  


Is hashmap thread safe?

1 Answers  


What is consumer interface?

1 Answers  


What is the difference between stream and buffer?

1 Answers  


Given: 1. package test; 2. 3. class Target { 4. public String name = “hello”; 5. } What can directly access and change the value of the variable name? 1 any class 2 only the Target class 3 any class in the test package 4 any class that extends Target

7 Answers   Infosys, WW,


Categories