What are different data types?
What is the purpose of a default constructor?
What is return keyword in java?
String Reverse in Java...!
When should a function throw an exception?
0 Answers Thomson Reuters, Virtusa,
Explain list interface?
Why is static used?
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 purpose of file class?
Can we have a try block without catch block?
what is the difference between Java Command Line and C command Line?
Can we declare the static variables and methods in an abstract class?
Give few difference between constructor and method?