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...
ANS:--- >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
NOW HOW TO I CHECK IN MY DURING EXECUTION WHETHER IT RETURNS
TRUE OR FALSE... WELL IT WILL DISPLAY ANY MESSAGE OR NOT
No Answer is Posted For this Question
Be the First to Post Answer
when to use abstract class and when to use interface?
16 Answers Exterro, iGate, IonIdea,
What are the major advantages of internal iteration over external iteration?
What is stack explain?
How many bits is a word?
How do you declare a variable?
What are java annotations?
What are the 6 boolean operators?
What is the argument type of main() method?
What is volatile keyword in java
How do generics work in java?
Can you run java program without main method?
What is the difference between the synchronized() & static synchronized()?