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
How many types of equations are there?
How can you handle java exceptions?
Differences between external iteration and internal iteration?
Can It is possible to synchronize the constructor of a Java Class?
What are different types of constants?
Why volatile is used in java?
Can we declare a class as static?
Variables used in a switch statement can be used with which datatypes?
What is treeset in java?
How objects of a class are created if no constructor is defined in the class?
What does bitwise or mean?
How can we make copy of a java object?
What is the difference between processes and threads?
Why are constructors used?
What is integers and example?