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
Answers were Sorted based on User's Feedback
Answer / guest
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
Is This Answer Correct ? | 8 Yes | 1 No |
Answer / ravi
executeupdate method have is boolean typeand if want to
check that data insert for this after statement we print a
statement that record successfully inserted if record
inserted this statement execute and otherwise print
statement not execute.
Is This Answer Correct ? | 2 Yes | 0 No |
what is features of jdk 1.5?
2 Answers Accenture, Satyam, TCS,
What is get () in java?
Which Java operator is right associative?
What is the byte order of byte buffer?
How OOPS concept is achieved in Java?
6 Answers Cognizant, JPMorgan Chase, Xavient,
Give us the name of the list layoutmanagers in java?
What are the difference between string, string builder, and string buffer in java?
What is singleton class?
16 Answers 3i Infotech, 7 Seas, ABC, Amdocs, Cap Gemini, Oracle, Persistent, TCS, Techforza,
What is the difference between an inner class and a sub-class?
Can we use this () and super () in a method?
What does java ide mean?
What is casting?