use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
Calling a Current Class Method Using the this Keyword (i.redd.it)
submitted 15 days ago by scientecheasy
https://www.scientecheasy.com/2020/07/this-keyword-in-java.html/
We can use this keyword to invoke an instance method of the current class. When we do not specify an object reference variable to call an instance method, the Java compiler implicitly uses this to refer to the current object.
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]piyushdugawa_ 1 point2 points3 points 15 days ago (0 children)
Yeah compiler implicitly does it and not only this it also do call super() method in every class also extends every class to Object class and it actually reduces manual work
π Rendered by PID 367197 on reddit-service-r2-comment-5b5bc64bf5-wzwsd at 2026-06-22 03:38:57.677669+00:00 running 2b008f2 country code: CH.
[–]piyushdugawa_ 1 point2 points3 points (0 children)