using equals method overriding which objects are
compared?i.e same class objects or other class
objects?Explain me.
Answer Posted / bond
same class objects
Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is garbage collection? Can it be forced to run?
What is identifier in java?
What is the difference between a synchronized method and a synchronized block?
What is the method overriding?
What are thread local variables?
What is the difference between processes and threads?
Can we have multiple classes in a single file?
What are multiple inheritances? Is it supported by java?
How do you define a method?
what do you understand by the term string with respect to java?
What is meant by 'bit masking' in java?
How does multithreading take place on a computer with a single cpu in java programming?
What is difference between hashset and hashmap in java?
how is final different from finally and finalize in java?
How java uses the string and stringbuffer classes?