What is the base class for error and exception?


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

Post New Answer

More Core Java Interview Questions

The following program is Overloading or Overriding? public class PolymorphismEx { public int sampleMethod(int a) { return a; } public String sampleMethod(int a) { return "Is it Overloading or Overriding???"; } }

4 Answers   Ness Technologies, TCS,


How is Object Oriented Programming different from Procedure Oriented Programming?

0 Answers   Amdocs,


What is the loop in java?

0 Answers  


Do I need to import java.lang package any time? Why?

1 Answers  


What is command line argument

0 Answers   TCS,


What is the reason that multiple inheritance is not possible in java??

1 Answers  


Why is string builder not thread safe?

0 Answers  


What is string intern in java?

0 Answers  


How to split arraylist elements in java?

0 Answers  


What are default methods ?

0 Answers  


Map map = new HashMap(2); map.add(“1”,”one”); map.add(“2”,”two”); map.add(“3”,”three”); What will happen at this line?

5 Answers   Rolta,


Can we have a method name same as class name in java?

0 Answers  


Categories