What is a flag value?
No Answer is Posted For this Question
Be the First to Post Answer
how to call a method in different package?
What is yielding and sleeping? how they different?
What is a substring of a string?
Is hashset ordered java?
What is JDK? Mention the variants of JDK?
Can we increase size of array?
Describe string intern() methodology
Explain about wait() method?
what is object deep copy and shallow copy and why it is required?
What is the basic of java?
what is default constructor and parameterised constructor with example?
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