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 |
How to Sort list of Strings in ascending order without using java api.
Hi Friends, can u give me Real Time example for interface and abstract class.(With Banking Example)
Can I create any Marker Interface? If yes then how can I use it???
Explain working of call by reference function invoking.
What is thread count in java?
What is the parse method in java?
How to create com object in Java?
Explain the relationship between the Canvas and Graphics class?
How is string stored in java?
What is meant by overloading?
What’s the difference between unit, integration and functional testing?
Can we return null in java?