Smalltalk-80, released by Xerox in 1980, used "self" self (1980). Objective-C (early 1980s) layers Smalltalk features over C, so it uses "self" self too. Modula-3 (1988) and Python (late 1980s) follow this tradition.
C++, also dating from the early 1980s, chose "this" this instead of "self". self. Since Java was designed to be familiar to C/C++ developers, it uses "this" this too.
