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 doesn't java run on all platforms?
What is string args [] in java?
What is the size of int in 64-bit jvm?
What is string and example?
How do you reverse sort a list in java?
Is set ordered?
What is the difference between array and array list in java?
Why do we need singleton?
Difference between start() and run() method of thread class?
Can you give few examples of final classes defined in java api?
What is api in java?
What are the approaches that you will follow for making a program very efficient?
How can you say java is object oriented?
Does java support multiple inheritance or not?
What is a control variable example?