Learn java

hi evrybodyi don't know how to program in java.i had learn Cand C++so if someone can help me and give me a ebook for java learningByebye
[165 byte] By [NassourAlia] at [2007-10-3 10:38:49]
# 1

This is the usual list:

[url=http://java.sun.com/docs/books/tutorial/ ]Sun's basic Java tutorial[/url]

[url=http://java.sun.com/learning/new2java/index.html ]Sun's New To Java Center[/url]. Includes an overview of what Java is, instructions for setting up Java, an intro to programming (that includes links to the above tutorial or to parts of it), quizzes, a list of resources, and info on certification and courses.

[url=http://javaalmanac.com ]http://javaalmanac.com [/url]. A couple dozen code examples that supplement [url=http://www.amazon.com/exec/obidos/tg/detail/-/0201752808?v=glance ]The Java Developers Almanac[/url].

[url=http://www.jguru.com ]jGuru[/url]. A general Java resource site. Includes FAQs, forums, courses, more.

[url=http://www.javaranch.com ]JavaRanch[/url]. To quote the tagline on their homepage: "a friendly place for Java greenhorns." FAQs, forums (moderated, I believe), sample code, all kinds of goodies for newbies. From what I've heard, they live up to the "friendly" claim.

Bruce Eckel's [url=http://mindview.net/Books/DownloadSites ]Thinking in Java[/url] (Available online.)

Joshua Bloch's [url=http://www.amazon.co.uk/exec/obidos/Author=Bloch,%20Josh ]Effective Java[/url]

Bert Bates and Kathy Sierra's [url=http://www.amazon.com/exec/obidos/tg/detail/-/0596004656?v=glance ]Head First Java[/url].

James Gosling's [url=http://www.bookpool.com/sm/0321349806 ]The Java Programming Language[/url]. Gosling is

the creator of Java. It doesn't get much more authoritative than this.

PhHeina at 2007-7-15 6:02:51 > top of Java-index,Java Essentials,Java Programming...
# 2
http://safari.oreilly.com/it's not free, but it's not expensive either, and has virtually every tech book most people need for most purposes (no argument from marginal cases, please!)
georgemca at 2007-7-15 6:02:51 > top of Java-index,Java Essentials,Java Programming...
# 3
C++ and Java have some similarities.I had several semesters of C++, then out of no where had a class in Java. Had no trouble picking it up on my own.Also, I wold recommend the Java API. http://java.sun.com/j2se/1.5.0/docs/api/Good luck!
dgriera at 2007-7-15 6:02:51 > top of Java-index,Java Essentials,Java Programming...