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
can any body tell me? does advance java and j2ee both are same.
What is your platform?s default character encoding and how to know this?
Write a method to check if input string is palindrome?
What is annotation in java?
What if the main() method is declared as private? What happens when the static modifier is removed from the signature of the main() method?
What are bind parameters?
Why is it important to initialize a variable?
Is hashmap thread safe?
State some advantages of java?
Is it compulsory for a try block to be followed by a catch block in java for exception handling?
What is string builder in java?
Define packages in java?