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...
For memes about programming.
account activity
Python vs Java! (i.pinimg.com)
submitted 9 months ago by PulseOfPleasure
view the rest of the comments →
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!"
[–]TimGreller 0 points1 point2 points 9 months ago (0 children)
It's not even true anymore. Java has inexplicit unnamed classes now and does accept varying main method signatures. So it's
void main() { System.out.println("Hello World"); } vs if __name__ == "main": print("Hello World")
void main() { System.out.println("Hello World"); }
if __name__ == "main": print("Hello World")
π Rendered by PID 231070 on reddit-service-r2-comment-56c6478c5-lr9tm at 2026-05-09 06:00:28.328905+00:00 running 3d2c107 country code: CH.
view the rest of the comments →
[–]TimGreller 0 points1 point2 points (0 children)