How objects are stored in java?


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

Post New Answer

More Core Java Interview Questions

Why we cannot override static method?

0 Answers  


What is string in java? String is a data type?

0 Answers  


What are the steps involved to create a bean?

0 Answers  


Is there a sort function in java?

0 Answers  


What are identifiers in java?

0 Answers  






Explain the term virtual machine?

0 Answers   Adobe,


Can we override constructor?

0 Answers  


What are voids?

0 Answers  


Is vector thread safe in java?

0 Answers  


Describe how to implement singleton design pattern in struts.

0 Answers  


what is the final keyword denotes in java?

0 Answers   IBS,


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