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
Why string is not thread safe?
What are the important features of Java 11 release?
What are internal and external variables?
What is an empty list in java?
What is the abstract class?
What steps are taken when the OS shifts from one-thread execution to another?
What do you mean by constant time complexity?
What is a void in java?
What is parsing a string?
What is the use of callablestatement?
What are parameters in a method?
What's the access scope of protected access specifier?
Is string is a data type in java?
how to create daemon thread in java?
Why map is used in java?