What's the base class of all exception classes?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

Explain the difference between Unicast and Multicast objects?

1 Answers  


What is constructor and virtual function? Can we call a virtual function in a constructor?

0 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,


What is a cup of java?

0 Answers  


What is size () in java?

0 Answers  






Can we use string in the switch case?

0 Answers  


Why ArrayList class is not a synchronized class and why it is not a thread safe class? explain

1 Answers  


Why string is popular hashmap key in java?

1 Answers  


relation between list and linked list

1 Answers   Infosys,


What are advantages of exception handling in java?

0 Answers  


explain what is transient variable in java?

0 Answers  


Can extern variables be initialized?

0 Answers  


Categories