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
No Answer is Posted For this Question
Be the First to Post Answer
Is age discrete or continuous?
What is the difference between a choice and a list?
Why are pointers not secure?
What are different types of constants?
What is ResourceBundle class?
how to handle exceptions in ejb?
Why java is called not pure object oriented language?
INTERVIEW QUESTION FOR ANDROID
what is mena by object block any what is the use of that
What is callablestatement? How you can call stored procedure to pass in parameter?
How do listeners work?
What is integer parseint?