What is a record in a database?
Is the Indian economy in the developing, underdeveloped or the developed state?
Tell me how do you debug a program in python? Is it possible to step through python code?
How can we force the database to use the user specified rollback segment?
What is the default extension of view files? How we can change it?
What is jpanel swing?
Explain an extended example of connections?
Explain briefly what is meant by trap and a trapdoor?
What is the transaction code for business blueprint in sap solution manager?
Which are standard properties when a component interface (ci) is created?
What do you mean by Persistence?
What is chaining process in node.js?
What is wildcard app ids?
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
Why use RSA rather than DES?