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 map and hashmap in java?
What is the formula to calculate percentage?
How will you add panel to a frame?
What is immutable class in java?
Can set contain duplicates?
What is a singleton class in Java?
what is meant by Byte code concept in Java?
what is the purpose of the wait(), notify(), and notifyall() methods? : Java thread
What is functional interface in java example?
What are the advantages of java over C++?
Can an abstract class be a final class?
What are the basic control structures?
worst case complexities of Quick sort and Merge sort.
What exceptions occur during serialization?
What do you mean by platform independence of Java?