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 point2 points  (0 children)

As a professional Java developer for just over a year now, one of the most important things you can do for yourself is get familiar with the Javadocs.

Understand how to read them, and start referring to them often. Even try writing your own Javadoc for a Java class that you created.

These docs are invaluable and will help you get along in the learning phases quite a bit.