What are different data types?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

What is the purpose of a default constructor?

0 Answers  


What is return keyword in java?

0 Answers  


String Reverse in Java...!

5 Answers  


When should a function throw an exception?

0 Answers   Thomson Reuters, Virtusa,


Explain list interface?

0 Answers  


Why is static used?

0 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

0 Answers   Google,


What is the purpose of file class?

0 Answers  


Can we have a try block without catch block?

0 Answers  


what is the difference between Java Command Line and C command Line?

2 Answers  


Can we declare the static variables and methods in an abstract class?

0 Answers  


Give few difference between constructor and method?

0 Answers  


Categories