What is the purpose of the finally clause of a try-catch-finally statement in java programming?


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

Post New Answer

More Core Java Interview Questions

how a programmer confirms that the data submitted has been succesfully inserted into the database(either oracle or my sql).. How a programmer confirm if there is any problem with the program he wrote for insertion... ANS:--- >executeupdate method is having boolean return type, if anything goes wrong in data insertion or data updation, it would return false. otherwise, if it successfully inserts data into the database, it would return true NOW HOW TO I CHECK IN MY DURING EXECUTION WHETHER IT RETURNS TRUE OR FALSE... WELL IT WILL DISPLAY ANY MESSAGE OR NOT

0 Answers   Google,


What is overriding in java?

0 Answers  


Differences between jdk 1.4 and 1.5

6 Answers   SoftSol, TCS, Wipro,


What is tree node in java?

0 Answers  


How do you compare two objects?

0 Answers  






What is methodological framework?

0 Answers  


I want to persist data of objects for later use. What’s the best approach to do so?

0 Answers  


Using callable statement how can you pass out parameters, explain with example?

0 Answers  


Explain java coding standards for constants?

0 Answers  


What is the length of a string?

0 Answers  


What is “try and catch” in java

2 Answers  


How many types of voids are there?

0 Answers  


Categories