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
In which year was western astronomy included in the indian curriculum?
What is a filter in unix? Give an example.
Explain what is not cluster analysis?
What is windows presentation foundation host?
What is numbered list?
What is the use of implicit object named "application" in Application?
What is mongodb architecture?
What is abstraction in oop?
How to make a non daemon thread as daemon?
What parameter does the constructor to an ofstream object take?
What are the different types of Page Navigation supported in JSF?
Can we modify the attribute's value of the html tag dynamically?
Which is faster count (*) or count 1?
How many tables default wordpress have? Can you name those default wordpress table?