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 / guest
executeupdate method is having boolean return type, if
anything goes wrong in data insertion or data updation, it
would return false. otherwise, if it successfully inserts
data into the database, it would return true
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What are latest features introduced with java 8?
What is nextline method in java?
When is the garbage collection used in Java?
What is used of static keyword in java?
Can a class have an interface?
How to create packages in java?
What is the current version of java?
What is identifier in java?
Is there any difference between synchronized methods and synchronized statements?
What is the use of math abs in java?
What is not object oriented programming?
Name four container classes.
Why java strings are immutable in nature?
Explain the available thread states in a high-level?
What are different access specifiers in java?