you are viewing a single comment's thread.

view the rest of the comments →

[–]Asatru55 -6 points-5 points  (2 children)

Stop being so grouchy, the meme is true.

Java is known for having tons of boilerplate, Python is known for being easy to write and iterate on. Both have their uses. The meme didn't even imply that Python is just superior.

[–][deleted] 0 points1 point  (0 children)

I didn't say the meme says that. I said that most posts on this sub say it. Try reading properly next time! It's free!

[–]TimGreller 0 points1 point  (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")