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 disadvantages of java?
What java is used for?
What are scalar data types?
If try block is successfully executed, Then Is Finally block executed?
What is wrapper class example?
What is the different between get and post?
Can we declare a class as abstract without having any abstract method?
What is an empirical question?
What all access modifiers are allowed for top class ?
Write a code to show a static variable?
What is prime number in java?
How to display names of all components in a Container?
What do you mean by default constructor in java?
Why packages are used?
How many types of exception can occur in a java program?