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
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
What is overriding in java?
Differences between jdk 1.4 and 1.5
6 Answers SoftSol, TCS, Wipro,
What is tree node in java?
How do you compare two objects?
What is methodological framework?
I want to persist data of objects for later use. What’s the best approach to do so?
Using callable statement how can you pass out parameters, explain with example?
Explain java coding standards for constants?
What is the length of a string?
What is “try and catch” in java
How many types of voids are there?