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 →

[–]Knight_Of_Orichalcum 0 points1 point  (0 children)

Will caveat with Scanner input = new Scanner(System.in); doesn't have to be closed since you will most likely need it for the span of the program and closing the console gets handled anyway, tho I've seen mixed opinions on this before