You are not logged in.

#1 2006-01-04 01:08:53

ingvildr
Member
From: Brighton, England
Registered: 2005-04-19
Posts: 203

good online book/tutorials for learning java

i tried googling around a bit but couldn't find much and the stuff i did find wasn't really aimed at noobs to programming, can anyone give me some good links to sites to get me started?

Offline

#2 2006-01-04 01:21:05

Dusty
Schwag Merchant
From: Medicine Hat, Alberta, Canada
Registered: 2004-01-18
Posts: 5,986
Website

Re: good online book/tutorials for learning java

Thinking in Java by Bruce Eckel. Its available in print and online.  see his home page at http://mindview.net/

It should be all you need to get started as a good Java programmer.

Dusty

Offline

#3 2006-01-04 01:34:32

ingvildr
Member
From: Brighton, England
Registered: 2005-04-19
Posts: 203

Re: good online book/tutorials for learning java

thanks alot dusty looks a great read

Offline

#4 2006-01-04 17:05:47

soniX
Member
From: Oslo, Norway
Registered: 2004-01-23
Posts: 161

Re: good online book/tutorials for learning java

In addition to the fine book Dusty linked to, the tutorial collection from Sun is also worth a look.
I also recomend you start early with looking at the api as well. There you'll find good descriptions of all the classes and methods avaliable in the libs of Java. Its a bit intimidating at first because of its size, but after a while it will be the first place you'll look for information on how to use a class.
tutorial :http://java.sun.com/docs/books/tutorial/
api: http://java.sun.com/j2se/1.5.0/docs/api/index.html

good luck!

Offline

Board footer

Powered by FluxBB