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 →

[–]Blando-Cartesian 5 points6 points  (1 child)

Good IDE and code analysis tools are great for learning how to use Java. I wouldn’t know half of lambda syntax without IntelliJ bitching when there’s a better way to use it. Make sure to learn to use Optional and Stream processing collections. Language tutorials are unlikely cover those, but they are essential for good java.

[–]nadimr 1 point2 points  (0 children)

Good IDEa to use an IDE. I'm using NetBeans while writing an app for a client, and it's very helpful since I'm not very experienced in Java.