Answer Posted / priya.s
It catches and throws the exception at run time
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
What is meant by tab pans?
What is the difference between multiple processes and multiple threads?
What is jee6?
Explain illegalmonitorstateexception and when it will be thrown?
What access modifiers can be used for variables?
Which is better arraylist or vector?
Are arrays primitive data types?
What is main string [] args?
What is contract between hashcode and equal method?
Explain inheritance in java?
Can we force garbage collector to run ?
What are java packages? What's the significance of packages?
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
What are the main uses of this keyword?
How do you create a first line indent?