What happens if we override only equals?


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

Post New Answer

More Core Java Interview Questions

How would you convert bytes to string?

0 Answers  


explain about method overloading and method overriding with difficult examples

4 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,


How many boolean functions are there?

0 Answers  


Explain about serializable interface in java?

0 Answers  






What is java lang object?

0 Answers  


What is the difference between static class and normal class?

0 Answers  


What are features of java?

0 Answers  


Can a class have more than one object?

0 Answers  


What is size_t?

0 Answers  


what are class,constructor and primitive data types?

2 Answers   IBM,


Does string isempty check for null?

0 Answers  


Categories