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

Can final class have constructor?

0 Answers  


What is compile time polymorphism?

20 Answers   CTS, Elementus Technologies, Oracle,


Does garbage collection guarantee that a program will not run out of memory?

1 Answers  


What is a parameter example?

0 Answers  


When we serialize an object does the serialization mechanism saves its references too?

0 Answers  


Inorder to specify a container?s layout, which method is used?

1 Answers  


What do you mean by JVM?

0 Answers   Ericsson,


there are N number of matchboxes numbered 1...N.each matchbox contain various number of stick.Two player can alternatevely pick some amount of stick from the higest stick containing box . The player is condidered win if there is no stick after his move.Find the final move so that the move player win. Note:In case the number of stick is equal ,pick the stick from the higest numbered box.

0 Answers   Manhattan,


What are the two parts of a conditional statement?

0 Answers  


Which sorting is used in arrays sort in java?

0 Answers  


What is the private method modifier?

0 Answers  


Define "Access specifiers" in java.

0 Answers   HCL,


Categories