I want to learn Java... anyone know of good book(s)?

MarkB

Member
Oct 9, 1999
72
0
0
I've finally resolved to learn java... I have a little c and c++ backgound (survey classes) and am wondering if anyone knows of good books for self teaching..

thanks
 

Sluggo

Lifer
Jun 12, 2000
15,488
5
81
Everyone always talks about curling up with a "good book", yet I have never seen that title on the shelves.
 

NocturnalChild

Senior member
Dec 9, 2000
207
0
0
I picked up this book off Amazon....however I had no C++ experience at the time and it was over my head. It might be what you're looking for.
 

Mday

Lifer
Oct 14, 1999
18,646
1
76
try deitel and deitel. the latest version. should be simple enough.

learning with java sucks. =( i know nothing about c++, and java was a killer. sure i know simple coding, but i can't manage objects correctly =( that is, i can do my problems, coding sucks =(

anyway, try deitel and deitel. see if you can go to a store and "skim" ;-) and buy it online of course =)
 

Mule

Golden Member
Aug 9, 2000
1,207
0
0
The internet, rather SUN, has more info on Java online than you will find in any book(s). I highly recommend taking Sun's Java Tutorial. You might also want to check other sites as well. A book is good for referencing when you're programming, but to learn it you need a REAL class or an online tutorial with good examples.(unless you're very gifted)
 

iotone

Senior member
Dec 1, 2000
946
0
0
try core java 2... that's what we used the first time we were transitioning to c++ from java... you might also want to try searching around for java tutorials...
 

wviperw

Senior member
Aug 5, 2000
824
0
0
The tutorial that I am going through right now is really good IMO.

Here it is:

Java Tutorial

You can probably skip a large chunk of the beginning if you already know stuff about computers and programming.