What happens if a try-catch-finally statement does not have a catch clause to handle an exception that is thrown within the body of the try statement?


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

Post New Answer

More Core Java Interview Questions

What are the methods available in a class?

0 Answers  


What is the final keyword?

0 Answers  


What is OOPs & Why?

3 Answers  


Is main is a keyword?

0 Answers  


What are the three parts of a lambda expression?

0 Answers  






Can I declare class as static or private?

0 Answers  


How do you use nextline in java?

0 Answers  


Is java call by value?

0 Answers  


String is a immutable objects . it means that string does not change........... But it will be chang......... { String s="kapil"; String s1="raj"; String s=s1; then print(.......) The String has been changed .. how it is possible and why its called immutable objects

7 Answers  


Why static functions are used?

0 Answers  


Define jit compiler?

0 Answers  


What about features of local inner class?

0 Answers  


Categories