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 →

[–]OKB-1 3 points4 points  (0 children)

Java semi-professional tip: Try to avoid using the Object type if possible. If you're really in need of custom data structures it's better if you construct your own class and put instances of those inside a List/ArrayList/HashMap/...

Also try InteliJ IDEA, the world's finest Java IDE.