tags:

views:

285

answers:

7

Duplicate: Question 167179: Java Tutorial

I want to learn Java because I want to program for the Android but don't know the best place to look. Where did you go.

+8  A: 

How about just Sun's own Java tutorials? Scroll a bit down and check the Trails Covering the Basics. If you prefer a book more, then I can recommend the Head First Java.

BalusC
A: 

Here is a list of books on java: http://search.oreilly.com/?q=java, including:

and more ...

The MYYN
A: 

I have a personal preference to the Deitel Books, they present examples in close proximity to concepts giving an illustrative view into the java language

http://www.amazon.com/Java-How-Program-Harvey-Deitel/dp/0132222205

JERiv
+3  A: 

if you are looking to learn java go to:
http://www.youtube.com/watch?v=KkMDCCdjyW8&feature=SeriesPlayList&p=84A56BC7F4A1F852 Its a lecture series from Standford U. on java. The prof is pretty good and it will give you a very good start with java and some of its basics. The only bad thing is before you go there, know how to start a java program in (ie static void main etc). Then you can do all the examples in Eclipse.

Anthony
A: 

You can try www.java2s.com. I think it a good place for java beginners. :)

anticafe
A: 

Have a look at http://www.bluej.org/

it s a free IDE developed at a university for learning java.

crowne