When is the finally clause of a try-catch-finally statement executed?


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

Post New Answer

More Core Java Interview Questions

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  


How many digits can a float hold?

0 Answers  


Which collections are thread safe in java?

0 Answers  


how can i kill thread without stop() and destroy()

1 Answers  


suppose we have an interface & that interface contains five methods. if a class implements that interface then we have to bound that to give tha definition of all five methods in that class. If we declare that class as abstract then can we call only two methods to give the deinition of that method & i don't want to give the definition of all the methods? can it possible

6 Answers   HP, Wipro,






When we r go to abstract class and when we go to Interface? i have confusion this question while in interview plz clarify

3 Answers   HCL, Photon,


What is subsequence of a string?

0 Answers  


What is the format specifier?

0 Answers  


What is difference between equal and == in java?

0 Answers  


Should you use singleton pattern?

0 Answers  


Differentiate storage classes on the basis of their scope?

0 Answers   Fidelity,


What are the main differences between notify and notifyAll in Java?

0 Answers  


Categories