What does singleton mean in java?
No Answer is Posted For this Question
Be the First to Post Answer
What is "this" keyword in java? Explain
What is an example of a keyword?
How to create a thread in java?
Does set allows null in java?
What are synchronized methods ?
What is math floor in java?
What is an immutable class? How to create an immutable class?
What is var keyword ?
How can you make a class serializable in java?
What is stringreader?
Write a program to check for a prime number in java?
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