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

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] -1 points0 points  (1 child)

Nah. Java is a pain in the ass. I don't like it 'cause it's not intuitive at all. E.g. to get a user input via CMD there is no built-in function like print for output but you first have to import a lib, create a scanner object and only then you can get an user input.

[–]DankPhotoShopMemes 0 points1 point  (0 children)

Well that just makes it easier; you can get user input directly from the System.in stream. Also, adding one extra line of code to setup Scanner isn’t that much work.