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
What is structure of java heap? What is perm gen space in heap?
When we can access the static data member without creating the object what is the need of the object in java.
5 Answers Airhub, ssinformatics,
What is a for loop in java?
How to check if linked list contains loop in java?
what is the use of finalize()Method please explain with an example
Is it possible to compare various strings with the help of == operator? What are the risks involved?
Is passing by reference faster?
I have 100 records in a table with two rows. I need to display 10 records per page like Google Search. I need only the Logic(Pagination) in Pure Java. No JSP and all..Thanks in Advance...
If an object reference is set to null, will the garbage collector immediately free the memory held by that object?
What are "methods" and "fields"?
What is java in layman terms?
Is static variable stored in heap?