What are the string methods in java?
No Answer is Posted For this Question
Be the First to Post Answer
Explain creating threads by extending thread class ?
how tha garbage collector know that the object will be deleted? on which algorithm the garbage collector works? what is the working principle of garbage collector? How manay types of garbage collectors r there?
Difference between static binding and dynamic binding?
What does += mean in java?
How is treeset implemented in java?
Can list have duplicates in java?
how u do unit testing?
What releases of Java technology are currently available? What do they contain?
What state is a thread in when it is executing?
Why should we create an object? what is a need of it? Apart from access members of a class i want what is a need of object what does it contain?? In normal class to access any member of thaht class we create object where as for static class we access its members using class name. what is a difference between them... thanks in advance.
What is the difference between Java Bean and Java Class.?
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