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
How would you use Bubble Sort to sort the number of elements?
What is passing value java?
Name the components that are termed to be Heavy-weight component but available in Light-weight components?
Can You Have Virtual Functions In Java?
Which is bigger double or float?
What is use of a abstract variable?
What about main thread in java?
What are facelets templates?
What is an accessor?
How do you stop a thread in java?
Tell me the Importent classes in net package?
Whats the difference between notify() and notifyall()?
Explain about the dynamic behavior of core java?
Why java is not 100% object-oriented?
What is tree in java?