why the equals method can be override?when we override the
equals method?
Answer Posted / manju kt
to check if 2 objects references to the same memory
location..
| Is This Answer Correct ? | 1 Yes | 9 No |
Post New Answer View All Answers
Write a program to find maximum and minimum number in array?
What is replacefirst in java?
Where can i get Latest SUN Certification Dumps and what are the Sun Certification Codes that are available, Im new to JAVA, so please gimme info as i need to write J2EE - Core Java Certification
What do you mean by order of precedence and associativity?
Do you need to import math in java?
According to java operator precedence, which operator is considered to be with highest precedence?
Differentiate between stringbuffer and string?
what is the purpose of "virtual"?
What is the difference between Java Program Constructor and Java Program Method, What is the purpose of Java Program constructor Please Explain it Breafily?
What exactly is methodology?
4.1 Supply contracts (in the form of comments specifying pre- and post conditions) for the enqueue() method of the LinkedQueue class given in the Appendix. (2) 4.2 Let Thing be a class which is capable of cloning objects, and consider the code fragment: Thing thing1 = new Thing(); //(1) Thing thing2 = thing1; //(2) Thing thing3 = (Thing) thing1.clone(); //(3) Explain how the objects thing2 and thing3 differ from each other after execution of the statements. (
Why do we need data serialization?
What java is used for?
How do you sort data in java?
Why is stringbuffer faster than string?