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
Why is string builder not thread safe?
Explain the difference between map and flatmap stream operation?
What type of language is java?
What is a java string?
What do you understand by java?
What does flagged out mean?
Can we have static methods in an interface?
Can we override the static methods?
Is multiple inheritance supported by java?
What is the byte range?
Is 0 true or is 1 true?
What are parameters in a method?
What is a for loop in java?
why would you use a synchronized block vs. Synchronized method? : Java thread
What is n in java?