What is the base class in java from which all classes are derived?


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

Post New Answer

More Core Java Interview Questions

What is the difference between inheritance and encapsulation?

0 Answers  


What are the differences between include directive and include action?

0 Answers  


what is main purpose of abstract class?

7 Answers  


What is the map interface in java programming?

0 Answers  


What is the size of int?

0 Answers  






How to connect to a remote database using Applet?

0 Answers  


What about member inner classes?

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 using break in each case of switch statement?

0 Answers  


Does isempty check for null?

0 Answers  


What is meant by data hiding/encapsulation?

0 Answers   Cyient,


What is meant by class and object in java?

0 Answers  


Categories