d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Best Book To Start Learning Java?
Add Reply New Topic New Poll
Member
Posts: 31,380
Joined: Mar 25 2009
Gold: 15.00
Oct 5 2015 08:01pm
I beleive the latest version of JAva is 8?


Preferably a book that uses 8......

these are the ones i was considering so far:

Head First Java, 2nd Edition 2nd Edition
Java: A Beginner's Guide, Sixth Edition 6th Edition
Intro to Java Programming, Comprehensive Version (10th Edition)

Effective Java (2nd Edition)
Core Java Volume I--Fundamentals (9th Edition) (Core Series)
Core Java, Volume II--Advanced Features (9th Edition) (Core Series)
Member
Posts: 32,925
Joined: Jul 23 2006
Gold: 3,804.50
Oct 5 2015 08:22pm
Quote (ferf @ Oct 5 2015 10:01pm)
I beleive the latest version of JAva is 8?


Preferably a book that uses 8......

these are the ones i was considering so far:

Head First Java, 2nd Edition 2nd Edition
Java: A Beginner's Guide, Sixth Edition 6th Edition
Intro to Java Programming, Comprehensive Version (10th Edition)

Effective Java (2nd Edition)
Core Java Volume I--Fundamentals (9th Edition) (Core Series)
Core Java, Volume II--Advanced Features (9th Edition) (Core Series)


first of all, do you even read the book titles? clearly "Volume 2 Advanced Features" isn't for you.
second, if you only want java 8 which came out in 2014, why would you consider books from 2005 and 2008 and 2013?

with that said, java version upgrades tend to be very small in terms of features you'll be interested in. they're not exactly radical changes every version. it would be fine to learn java 5 pretty well, then just read the update history for 6/7/8. i pick java 5 since it has the biggest changes that will impact you. any book that covers higher versions of java will include features you shouldn't be looking at yet.

just look at amazon for the highest ratings. you can also check out safari books online to try out multiple books.

This post was edited by carteblanche on Oct 5 2015 08:29pm
Member
Posts: 23,862
Joined: Aug 16 2006
Gold: 20.00
Oct 5 2015 08:25pm
Quote (carteblanche @ Oct 5 2015 09:22pm)
first of all, do you even read the book titles? clearly "Volume 2 Advanced Features" isn't for you.
second, if you only want java 8 which came out in 2014, why would you consider books from 2005 and 2008 and 2013?

with that said, java version upgrades tend to be very small in terms of features you'll be interested in. they're not exactly radical changes every version. it would be fine to learn java 5 pretty well, then just read the update history for 6/7/8. i pick java 5 since it has the biggest changes that will impact you. personally i learned java 4 since 5 wasn't out yet. just look at amazon for the highest ratings. you can also check out safari books online to try out multiple books.


B-B-B-BUT MUH LAMBDAS
Member
Posts: 32,925
Joined: Jul 23 2006
Gold: 3,804.50
Oct 5 2015 08:32pm
here's the book i read and thought was really good. if a 14 year old with no programming experience can learn it, it should be great for you.



http://www.amazon.com/Certified-Programmer-Study-Guide-310-025/dp/0072132086

looks like a newer version is out for java 6. it doesn't need to be updated for 7/8
http://www.amazon.com/SCJP-Certified-Programmer-Java-310-065/dp/0071591060

it doesnt just give hard facts and code snippets. the author tries to make it feel more real, adding jokes, etc.

i suggest reading the negative comments on the books you're interested in.

This post was edited by carteblanche on Oct 5 2015 08:42pm
Member
Posts: 31,380
Joined: Mar 25 2009
Gold: 15.00
Oct 5 2015 08:58pm
Quote (carteblanche @ Oct 5 2015 10:32pm)
here's the book i read and thought was really good. if a 14 year old with no programming experience can learn it, it should be great for you.

http://ecx.images-amazon.com/images/I/51g4KbNk34L._SX389_BO1,204,203,200_.jpg

http://www.amazon.com/Certified-Programmer-Study-Guide-310-025/dp/0072132086

looks like a newer version is out for java 6. it doesn't need to be updated for 7/8
http://www.amazon.com/SCJP-Certified-Programmer-Java-310-065/dp/0071591060

it doesnt just give hard facts and code snippets. the author tries to make it feel more real, adding jokes, etc.

i suggest reading the negative comments on the books you're interested in.


will bare in mind, thanks!
Member
Posts: 27,177
Joined: Mar 27 2008
Gold: 445.00
Oct 6 2015 04:17am
A book I've read. Can't say its the best but its the only one I have experience with.


This post was edited by ROM on Oct 6 2015 04:17am
Member
Posts: 1,849
Joined: May 31 2008
Gold: 2,571.50
Oct 6 2015 07:17pm
Head First into Java Edition 2... is REALLY good for starting out.
Don't skip that intro, it sets the tone for the rest of the book...

just search for the .pdf on google. If you 'need' a physical copy its well worth it.

Go Back To Programming & Development Topic List
Add Reply New Topic New Poll