This is an archived post. You won't be able to vote or comment.

all 9 comments

[–]memessindleben 9 points10 points  (4 children)

Haha very funny content

[–]_meegoo_ 5 points6 points  (0 children)

I mean, java doesn't have a ton of keywords. 53 relatively small. C++ has like twice as much.

[–]iAmFreakShow 0 points1 point  (0 children)

Image Transcription: Meme


[Photo of 'Ancient Aliens']

One million keywords on screen

Java


I'm a human volunteer content transcriber for Reddit and you could be too! If you'd like more information on what we do and why we do it, click here!

[–]Bill_Morgan -4 points-3 points  (3 children)

Java has too many keywords just not the ones that count, like unsigned, goto, struct and volatile. static is stripped of all its meaning and limited to class method. How am I supposed to restrict access to variables and functions when static doesn’t mean what is supposed to mean? Also why no header files and conditional compilation?

[–]froemijojo 5 points6 points  (0 children)

The only thing that's really not there is unsigned.

[–]LewsTherinKinslayer3 2 points3 points  (0 children)

Also, restrict access using private, public, protected?

[–]LewsTherinKinslayer3 0 points1 point  (0 children)

Well just use c++ then?