Answer Posted / sitaram
class with out name is called ananamous class.
| Is This Answer Correct ? | 5 Yes | 5 No |
Post New Answer View All Answers
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 is the meaning of flag day?
do I need to use synchronized on setvalue(int)? : Java thread
What are the two parts of a conditional statement?
Which is best ide for java?
How do you remove all elements from an arraylist in java?
In java, how many ways you can take input from the console?
how to open and edit XML file in Weblogic???
What string is utf8?
What is return code?
What is the difference between preemptive scheduling and time slicing in java programming?
What is a numeric string?
Assume a thread has lock on it, calling sleep() method on that thread will release the lock?
What is the tradeoff between using an unordered array versus an ordered array?
Can we override compareto method?