Java

mrbscott19

Chief Petty Officer
Joined
May 18, 2004
Messages
603
Anyone here know of a good beginners book to start learning Java with? I have absolutely no programming background and need a book that starts with day-1 stuff.
 

Desert Rat

Cadet
Joined
Apr 12, 2004
Messages
22
Re: Java

Don't laugh, but I learned html with the "html for idiots" book. It was actually very comprehensive and easy to understand. Day 1 stuff included. They probably have one for Java too.
 

rogerwa

Commander
Joined
Nov 29, 2000
Messages
2,339
Re: Java

I have a couple of books. the one that comes to mind from a day one perspective is a bright green book by the authors Dietel and Deitel. It is kind of written from a college course perspective.<br /><br />I don't envy your task however as I tried a few times to self educate myself on Java and did not make a lot of headway. I have experience with a number of programming technologies. The OO stuff is a big adjustment.. My company is paying for a 20 week J2SE certification course. If you have the resources I would highly recommend structured training as I never would have 'Gotten it' otherwise.<br /><br />One good thing about Java is the tools are free. You can download the Eclipse dev environment from Eclipse.org. Once you get the book you can load the Java SDK and the Eclipse tool and you are ready to go..<br /><br />Good luck.
 

mrbscott19

Chief Petty Officer
Joined
May 18, 2004
Messages
603
Re: Java

Thanks rogerwa and everyone else for your help. So far, I've been able to run hello_world as an applet and application, but thats all the farther I've gotten. I am very good with learning on my own so we'll see where this goes.<br /><br />Thanks again!
 
Top