What will happen to the exception object after exception handling?


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

Post New Answer

More Core Java Interview Questions

Does java support multiple inheritances?

0 Answers  


What are the wrapped, classes?

0 Answers  


What is the difference between an array and an array list?

0 Answers  


What is System class and its purpose?

2 Answers  


Write a program to check string is palindrome without using loop?

0 Answers   Cyient,






what is private constructor?what are the uses of writing private constructor in our program?

10 Answers  


How to excute - Interface - Inner class- method can any one tell how to execute/ call this main method public interface abc { static int i=0; void dd(); class a1 { a1() { int j; System.out.println("inside"); }; public static void main(String a1[]) { System.out.println("in interfia"); } } }

1 Answers  


What is substring in java?

0 Answers  


What are thread safe functions?

0 Answers  


Can array grow dynamically in java?

0 Answers  


What are wrapped classes in java programming?

0 Answers  


How can I become a good programmer?

0 Answers  


Categories