The better Java book?

Please support our Java advertiser: Programming Forums - DaniWeb Sister Site
Thread Solved

Join Date: Dec 2004
Posts: 4,272
Reputation: peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of peter_budo has much to be proud of 
Solved Threads: 494
Moderator
Featured Poster
peter_budo's Avatar
peter_budo peter_budo is offline Offline
Code tags enforcer

Re: The better Java book?

 
0
  #11
Mar 12th, 2009
I have Java How to Program 6th edition and I really like it. It takes reader from simple basic of console programming to GUIs, drawing, databases, web development (6th edition compare to 7th is missing on AJAX, but I prefer 6th explanation on JSP and servlets), networking and introduction to threads. Progress through book is followed by UML topics based on currently explained topic in the book. I never read the whole book I guess somewhere around 1/3 it was more of jumping between various topics because of my school teaching path, but I consider it as good learning resource plus attached CD is usually loaded with interesting things
Learn to see in another's calamity the ills which you should avoid.
Publilius Syrus
(~100 BC)

LJC - London Java Community, Graduate & Undergraduate Software Development Community, JAVAWUG (Java Web User Group), The London Android Group
Reply With Quote Quick reply to this message  
Join Date: Apr 2004
Posts: 759
Reputation: Killer_Typo will become famous soon enough Killer_Typo will become famous soon enough 
Solved Threads: 35
Killer_Typo's Avatar
Killer_Typo Killer_Typo is offline Offline
Master Poster

Re: The better Java book?

 
0
  #12
Mar 12th, 2009
Originally Posted by verruckt24 View Post
>I found the best book to be google
Yes but sometimes you need a flow to what you are reading which is hard to get given the fact that you are looking up different articles written by different authors scattered all over the internet.
Also when you read different articles by different authors you would sometimes find them contradicting each other a bit, because every author has hos own style, his beliefs his own "best practices" etc,
I am not saying that this isn't a good way, yes it is, but for a beginner not a preferred way to begin with.
as a beginner my first C++ book was a C++ primer that covered basic loops and pointers, I know pretty much dig through google for the rest. WHile many articles can seem to contradict eachother it evens itself out in the end. Nothing wrong with a large amount of code exposure. In my experience I have found pocket references and super thin primer style books to be the best. Heck - even a Java Spark CHart rocks, it's straight to the point and easy to follow. It's only 2 pages

I may be an exception to the rule, but I find books to be better suited as a backup. The books I prefer to keep in my library are cook books and pocket references who knows, maybe I am just a bit weird

>Given a good compiler (NetBeans or Eclipse)
These are IDEs.
yes I will agree I meant IDE /doh
Last edited by Killer_Typo; Mar 12th, 2009 at 12:50 pm.
Dont forget to spread the reputation to those that deserve!
Reply With Quote Quick reply to this message  
Join Date: Mar 2009
Posts: 3
Reputation: TidusBlade is an unknown quantity at this point 
Solved Threads: 0
TidusBlade's Avatar
TidusBlade TidusBlade is offline Offline
Newbie Poster

Re: The better Java book?

 
1
  #13
Mar 12th, 2009
Originally Posted by verruckt24 View Post
>I hate how resource hungry some java programs can be
Thats the thing from the Ice age. Now Java can really be as fast and efficient as some of the native language code.
Well, I was insulting the program, not the language, but the program sort of turned me off the idea of learning Java...

Originally Posted by verruckt24 View Post
>I did some searching around and found two books
Hmmm... Did you not search the sticky thread at the start of the forum ? It lists some good books for Java too and they really are worth.
Yes I did, the only introductory book was Head First Java, which I said, wasen't really my taste, and yes I read through the first chapter and a few random pages.

Originally Posted by verruckt24 View Post
I personally haven't read any of the books mentioned, I haven't even heard the name of Big Java before, I found Bruce Eckel's Thinking in Java quite good.
Yeah I've seen Thinking in Java being mentioned a couple of times before, I'll keep it in mind, so thanks for the insightful answer

Originally Posted by BestJewSinceJC View Post
Absolute Java is a good beginner's book. It covers the concepts with simplicity and clarity, and goes in depth enough that you can explore the concepts further on your own without too much trouble.
Never heard of it, the cat cover looks pretty cool though Might give it a look later, so thanks for the suggestion!

Originally Posted by jasimp View Post
I personally recommend Head First Java.
Thanks for the recommendation but I did say that I didn't really like it And yes, I did read it a little...

Originally Posted by Grn Xtrm View Post
I'm currently learning from a book called Data Structures Using Java 5.0 by Nicholas J. DeLillo. It's a great book with lots of great examples.
Thanks for the suggestion, but it's not exactly a Java intro according to the next couple of posts

Originally Posted by Killer_Typo View Post
I found the best book to be google and the best tutorials to be whatever the mind can conceptualize into the digital world.

I have been writing software since the 6th grade (C++ and Java more recently) and I must say I learned the most when I took every day computing tasks and wrote applications to solve the problems.

Java is a very neat language in that you can very easily get up and running with it given you've got the time and patience to do so (almost contradictory I know haha )

Given a good compiler (NetBeans or Eclipse) you can begin serving JSP and servlet based applications almost immediately and can go spiraling up from there.

So to make a long bloated story short, find something you like to do on your computer or something you find boring enough - and write a solution to it.

I started with files manipulation: moving files, searching for content, manipulating contents...etc and progressed from there. I've since dived into servlet applications, image meta data manipulation, service bus implementations, student loan calculators, database administration applications, multi-threaded apps, web sniffers / harvesters...etc

You never know where the fingers will take you
Oh yeah, that's a base I got covered I got several plans, some I've started working on basically, and some I'm not experienced enough to start up yet, and some I haven't got the time for yet, but I'm always trying to solve something, nothing more satisfying than solving a problem using your own program!

As for using google, it's certainly indespensible when coding, but I kind of use it to find out extra information, as a backup source and updated information source, but I don't think I could initially learn by googling, I see google more of a place to find answers...

Originally Posted by peter_budo View Post
I have Java How to Program 6th edition and I really like it. It takes reader from simple basic of console programming to GUIs, drawing, databases, web development (6th edition compare to 7th is missing on AJAX, but I prefer 6th explanation on JSP and servlets), networking and introduction to threads. Progress through book is followed by UML topics based on currently explained topic in the book. I never read the whole book I guess somewhere around 1/3 it was more of jumping between various topics because of my school teaching path, but I consider it as good learning resource plus attached CD is usually loaded with interesting things
Thanks for the insight into the book, certainly sounds comprehensive. I'm probably gonna end up with the 7th edition or possibly 8th one if I delay buying this for a few weeks. Really shifting to liking Java How to Program, so I guess I'll be buying it Thanks!
Last edited by TidusBlade; Mar 12th, 2009 at 4:24 pm.
Reply With Quote Quick reply to this message  
Join Date: Aug 2007
Posts: 3,584
Reputation: jasimp has a spectacular aura about jasimp has a spectacular aura about jasimp has a spectacular aura about 
Solved Threads: 52
Featured Poster
jasimp's Avatar
jasimp jasimp is offline Offline
Senior Poster

Re: The better Java book?

 
0
  #14
Mar 12th, 2009
Originally Posted by TidusBlade View Post
Thanks for the recommendation but I did say that I didn't really like it And yes, I did read it a little...
Doh! From now on I'll have to read all the way through posts, instead of just skimming the really long ones
Last edited by jasimp; Mar 12th, 2009 at 4:27 pm.
"Argyou not with the hand you are dealt in cards or life." ---- Wizard and Glass
Reply With Quote Quick reply to this message  
Join Date: Jul 2008
Posts: 14
Reputation: abhishaki is an unknown quantity at this point 
Solved Threads: 1
abhishaki abhishaki is offline Offline
Newbie Poster

Re: The better Java book?

 
0
  #15
Mar 13th, 2009
i would suggest Big Java by horstman among those two books....
and as you are a beginner you should prefer core java by horstman
that is a very good book for beginners(i personally following that book) ....
Reply With Quote Quick reply to this message  
Join Date: Mar 2009
Posts: 3
Reputation: TidusBlade is an unknown quantity at this point 
Solved Threads: 0
TidusBlade's Avatar
TidusBlade TidusBlade is offline Offline
Newbie Poster

Re: The better Java book?

 
0
  #16
Mar 13th, 2009
Originally Posted by abhishaki View Post
i would suggest Big Java by horstman among those two books....
and as you are a beginner you should prefer core java by horstman
that is a very good book for beginners(i personally following that book) ....
Thanks for the suggestion, I just gave Core Java I and II a quick peek and it seems there are not exercises in any of them =/ Although they do seem to provide excellent explanation and I like the comparisions made between C++ and Java, but the second most important thing to me is having good exercised +
Reply With Quote Quick reply to this message  
Reply

This thread has been marked solved.
Perhaps start a new thread instead?
Message:




Views: 994 | Replies: 15
Thread Tools Search this Thread



Tag cloud for Java
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC