if two references are having same hash codes,is that means
those are refering to same object?
Answer Posted / dimpu
thanks for ur answer aparna
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a class in java?
How do you sort a set in java?
How do you do exponents in java?
What is primitive array?
What is the difference between yielding and sleeping?
What is type conversion in java?
What do you mean by object?
What is the difference between object oriented programming language and object based programming language?
What is meant by the value of a variable?
Write down program for following scenario. Use java coding standard. You have array list with some words in it..we will call it as dictionary….and you have a arbitrary string containing some chars in it. You have to go through each word of dictionary and find out if that word can be constructed with the help of chars from arbitrary string given. If you find the word print it else print none.
What is the transient keyword?
How dead lock situation occurs in java and how you can identify it?
What is an example of declaration?
Is static variable stored in heap?
How a string is stored in memory?