Why we override equals() method?


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

Post New Answer

More Core Java Interview Questions

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 do you mean by append?

0 Answers  


Explain java coding standards for constants?

0 Answers  


why static class in java or what is use of static class in java

3 Answers   SunGard,


Write an algorithm program in java for the following question.. 1) S is a set of integers.X is an integer obtained by sum of two digits in S. Write logic for whether or not the X is from the S. The time of algorithm should not exceed o(n logn).

0 Answers  






What is the return type of a program?s main() method?

3 Answers  


What do you mean Abstraction in java?

0 Answers   Aspire, Infogain,


What is the use of arraylist class in java?

0 Answers  


what is mean by String and StringBuffer? What is mean by Methooverriding and Overloading?

3 Answers   Satyam, STI,


What is static keyword in java?

0 Answers  


What is a “stateless” protocol ?

0 Answers  


real time example for deadlock,starvation,livelock

5 Answers  


Categories