• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Java question, again

Chris2wire

Senior member
Its impossible to search on the web for help with the word "this" in java.

What does "this" mean in Java? Its colored blue when using a program like Jcreator, so its an actual part of the Java language.

Anyways, anyone?
 
^ like they said. It can be useful when trying to refer to an instance variable when the name is overwritten by a parameter name.

For example:
 
Back
Top