What is outofmemoryerror in java?


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

Post New Answer

More Core Java Interview Questions

If you do not want your class to be inherited by any other class. What would you do?

0 Answers  


why java uses class level type casting ?

0 Answers  


What is the synonym of procedure?

0 Answers  


What is the transient keyword?

0 Answers  


what do you mean by java annotations?

0 Answers  






What are thread groups?

0 Answers  


how to transactions(Bank transactions) in business process in ejb?

1 Answers   Photon,


What is keyword auto for?

0 Answers  


In which JDK version event-delegation model is introduced?

1 Answers  


What is the immediate superclass of the Dialog class?

2 Answers  


What do you mean by the term transient?

5 Answers   Ericsson,


ublic class Java_Coding_Samples { public static void JavaHungr(NumberFormatException ae){ System.out.println("integer"); } public static void JavaHungry(Exception e){ System.out.println("string"); } public static void JavaHungry(ArithmeticException ae){ System.out.println("object"); } public static void main(String[] args) { JavaHungry(null); }

1 Answers  


Categories