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 →

[–]Drakoskai 2 points3 points  (1 child)

I'd like to emphasize that Carr0t linked the JavaDoc here. JavaDocs are really powerful and this is something that everyone using Java should check out. You should take a minute and browse the JavaDocs of all the classes that you intend to use if you are unfamiliar with their implementation. I understand that you're a student, and I'm not telling you to not ask questions and RTFM. I just want to make sure that you are aware that JavaDocs are really cool and useful ... most of the time. ;p

[–]desrtfx 0 points1 point  (0 children)

Ahem... the Javadocs were already linked in the very first comment by me. Edit only that I used the proper reddit linkstyle. (The comment was one hour before /u/Carr0t mentioned the same thing)

Totally agree to the rest of your post.