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
What part of memory - Stack or Heap - is cleaned in the garbage collection process?
What is the purpose of the enableevents() method?
Is java map thread safe?
How do you stop a thread in java?
How to sort numbers in java without array?
Is array synchronized in java?
What is overloading and overriding in java?
what is the main differene between synchronize() method and Synchronize{}block?
Difference between array and arraylist.
23 Answers Arise Solution, Banca Sella, iFocus, NIC, Sai Softech, Solartis, TCS, Verizon,
What is e java?
What is a list in java?
You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain