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
Answer Posted / 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 |
Post New Answer View All Answers
What is thread synchronization in java?
Highest level event class of the event-delegation model?
Why string is not a wrapper class?
Can a main method be overloaded?
Why java is a platform independent? Explain
What is this () in java?
What is a instance variable in java?
What is meant by stack and queue?
What is array pointers ?
What is proper subset?
What is use of functional interface in java 8? Explain
What are the core java topics?
What is qualitative variable?
What does i ++ mean in Java?
Explain differences between collection api and stream api?