Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Yes, it is possible to obtain the instance of the object that made the method call in Java. Inside a non-static method of a class, you can use the "this" keyword to reference the current instance of the class.