Q:
What is stored in the 'this' reference?
Answer
This is a keyword and used as reference to Current object address in java.
It means by using which object the method is called that object hashcode is stored inside the 'this'.
View answer
Workspace
Report Error
Discuss