John O'Hanley
unread,Apr 6, 2011, 5:36:17 PM4/6/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to javapractices-dot-com-discuss
Some general advice:
Build applications that interest you personally.
Learn by doing.
In the beginning, go slowly, and try to understand everything you
write. For example, if you are not sure what the equals() method is
for, do some research about it, until you are comfortable that you
understand it.
Good books :
- The Java Programming Language by Gosling et al;
- Effective Java by Joshua Bloch.
- Design Patterns
If you code every day for several months, your skills will likely
improve quickly.
- John