Re: Brand new to programming
Hi,
there are some interesting online trainings from Sun on http://developer.java.sun.com/developer/infodocs/, for beginners on http://developer.java.sun.com/develo...va1/index.html and http://developer.java.sun.com/develo...va1/index.html. There you can find source code to modify, too.
In the past I bought very fat books, too. Now I think the best way is to buy a small book for every problem. I prefer O'Reilly and Addison Wesley.
Bye
Axel.
Re: Brand new to programming
Aaron,
I think you are following the right path by reading the text books on how to program.
For those of us who have not studied computer science in school, we can learn the
majority of what is needed by reading these books. If your only using java to write applets
and not full fledged Java applications, learning from the book should be more than sufficient
for your needs. Take my advice, I learned all I know about programming without taking one
computer course. Most of my learning was done from first reading these "Learn To" books and
then experimenting with my own programs.