Answer Posted / manikandan [ gtec,vellore ]
hash code is unique for each and every object.this like a
index or a address to identify a object.
| Is This Answer Correct ? | 15 Yes | 24 No |
Post New Answer View All Answers
Can we have multiple public classes in a java source file?
What is the purpose of the wait(), notify(), and notifyall() methods in java programming?
Is the milky way in a void?
Is arraylist an object in java?
How do you start a new line in java?
Explain the transient field modifier?
When do we use synchronized methods in java?
What are 3 data types?
What are the methods used to implement for the key object in the hash map?
what are the states associated in the thread? : Java thread
What is variable declaration and definition?
Suppose if we have variable ' I ' in run method, if I can create one or more thread each thread will occupy a separate copy or same variable will be shared?
Explain the difference between protected and default access.
What is a finally block? Is there a case when finally will not execute?
What is the use of optional ?