InterviewSolution
Saved Bookmarks
| 1. |
What Is 'this' ? |
|
Answer» A Java keyword 'that' can be used to REPRESENT an instance of the class in which it APPEARS. 'this' can be used to ACCESS class VARIABLES and METHODS. A Java keyword 'that' can be used to represent an instance of the class in which it appears. 'this' can be used to access class variables and methods. |
|