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 |
Is main a function?
In Java, what types of classes perform inheritance?
What is jvm? How its run?
1.what is the exact difference between applet and frame? 2.Do we use main method in frames?
What do you mean by exception handling in Java?
What is a generic type?
Explain JMS in detail.
Which of the following is not an isolation level in the JDBC
What is threaded programming and when is it used? : Java thread
How does callback work in java?
What is boolean law?
What is boolean false?