Book For Java,

Hello friends,Can you sugest a good book for JAva. I am a beginer with fairly good knowledge on programming. Is it necessary to learn C++ for Java
[160 byte] By [sanaulla_greata] at [2007-11-26 20:15:19]
# 1
Here's a recent thread asking the same question: http://forum.java.sun.com/thread.jspa?threadID=5143285As for C++: it would only distract or confuse you.
DrLaszloJamfa at 2007-7-9 23:21:59 > top of Java-index,Java Essentials,New To Java...
# 2

> Hello friends,

> Can you suggest a good book for Java. I am a beginner

> with fairly good knowledge on programming. Is it

> necessary to learn C++ for Java

I'm currently reading this "Java Foundations" By Todd Greanier , it's from 2004 published by Sybex, it's good for your purposes since it makes a good introduction to Object Oriented Programming.

Walter_Rincon

Walter_Rincona at 2007-7-9 23:21:59 > top of Java-index,Java Essentials,New To Java...
# 3
My personal fave (so far) is Bruce Eckels thinking in java.Java For Dummies was a waste of time and money.Lots of online tutorials, white papers, etc etc are really very good to.For philosophy I love Joel on Software.
corlettka at 2007-7-9 23:21:59 > top of Java-index,Java Essentials,New To Java...
# 4

> My personal fave (so far) is Bruce Eckels thinking in

> java.

>

> Java For Dummies was a waste of time and money.

no it was not. This was my first book since i did not know about loops, scanner in java 5.0 while loops., for loops, array and etc.. i got a good start by reading this book and jumped to a higher level.

click on the url above you will find bunch of online books and tutorials. please do not go to sun tutorial if you dont have any clue about OOP. i posted this question like 6 months ago and i am glad my passion for learning java have placed me in a good decent position.

http://forum.java.sun.com/thread.jspa?threadID=772736&messageID=4401901#4401901

fastmikea at 2007-7-9 23:22:00 > top of Java-index,Java Essentials,New To Java...
# 5
What book one finds helpful includes a large dollop of personal taste.Bruce Eckels drives me nuts, for example. He just goes on and on,and I want him to get a good editor and be concise. But there you go, YMMV
DrLaszloJamfa at 2007-7-9 23:22:00 > top of Java-index,Java Essentials,New To Java...
# 6
THanks a lot.there are so many e-books given in the links. So which one is the best. I dpn't have any knowledge on OOPS.But i know C programming and VB 6.0. I even know SQL and PLSQL.
sanaulla_greata at 2007-7-9 23:22:00 > top of Java-index,Java Essentials,New To Java...
# 7
OOP? At some point, everyone should read (and reread) theGang of Four book: http://en.wikipedia.org/wiki/Design_Patterns
DrLaszloJamfa at 2007-7-9 23:22:00 > top of Java-index,Java Essentials,New To Java...
# 8

> THanks a lot.

> there are so many e-books given in the links. So

> which one is the best. I dpn't have any knowledge on

> OOPS.

> But i know C programming and VB 6.0. I even know SQL

> and PLSQL.

well then i urge you to go to this url and read all the chapters, solve all the quiz problems and exercise problems and if you get stuck post the question in the forum. that is what i did.

http://chortle.ccsu.edu/java5/cs151java.html

fastmikea at 2007-7-9 23:22:00 > top of Java-index,Java Essentials,New To Java...
# 9
> What book one finds helpful includes a large dollop of personal taste.
corlettka at 2007-7-9 23:22:00 > top of Java-index,Java Essentials,New To Java...
# 10
> OOP? At some point, everyone should read (and reread)> the> Gang of Four book:> http://en.wikipedia.org/wiki/Design_PatternsI bought the GoF book around a month back but i still haven't found time to read that.
qUesT_foR_knOwLeDgea at 2007-7-9 23:22:00 > top of Java-index,Java Essentials,New To Java...
# 11

> > OOP? At some point, everyone should read (and

> reread)

> > the

> > Gang of Four book:

> > http://en.wikipedia.org/wiki/Design_Patterns

>

> I bought the GoF book around a month back but i still

> haven't found time to read that.

Just curious if you have books from months ago that you haven't read why are you continuously asking for book reccommendations ? Why not stop spending money on new books and go through the ones you have right now - just curious, if that one was for personal reading and the rest are for projects then I completely understand.

Aknibbsa at 2007-7-9 23:22:00 > top of Java-index,Java Essentials,New To Java...
# 12

> Just curious if you have books from months ago that

> you haven't read why are you continuously asking for

> book reccommendations ? Why not stop spending money

> on new books and go through the ones you have right

> now - just curious, if that one was for personal

> reading and the rest are for projects then I

> completely understand.

Well i bought two books and i started with one ( rusty's book ). I have postponed design patterns to sometime in april when i finish off with some basics in jdbc ( the reason why i was asking for a book on jdbc the other day ). I have kept jdbc and networking in java as my priority now as i would be applying for an internship sometime later ( which hopefully i am going to get ).

qUesT_foR_knOwLeDgea at 2007-7-9 23:22:00 > top of Java-index,Java Essentials,New To Java...
# 13
> For philosophy I love Joel on Software.I wouldn't really call it "philosophy", but I'm a big fan of Joel's writing style, so I second that recommendation.
dcmintera at 2007-7-9 23:22:00 > top of Java-index,Java Essentials,New To Java...