Google Groups Home
Help | Sign in
Good Java books?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  5 messages - Collapse all
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
little_cat  
View profile
 More options Sep 6, 6:30 am
Newsgroups: comp.lang.java.programmer
From: little_cat <nguyenminhhai2...@gmail.com>
Date: Fri, 5 Sep 2008 13:30:05 -0700 (PDT)
Local: Sat, Sep 6 2008 6:30 am
Subject: Good Java books?
Could you please recommend some good books that show how to exploit
the strong features of Java, rather than bombard me with a bunch of
syntactic rules and libraries (that's what "The ANSI C Programming
Language" and "The C++ Programming Language" have done successfully)?
Thanks in advance.

    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jeffrey H. Coffield  
View profile
(1 user)  More options Sep 6, 6:59 am
Newsgroups: comp.lang.java.programmer
From: "Jeffrey H. Coffield" <jeff...@digitalsynergyinc.com>
Date: Fri, 05 Sep 2008 13:59:17 -0700
Local: Sat, Sep 6 2008 6:59 am
Subject: Re: Good Java books?

little_cat wrote:
> Could you please recommend some good books that show how to exploit
> the strong features of Java, rather than bombard me with a bunch of
> syntactic rules and libraries (that's what "The ANSI C Programming
> Language" and "The C++ Programming Language" have done successfully)?
> Thanks in advance.

The one that is always on my desk is "Learning Java" published by O'Reilly.

Jeff Coffield
www.digitalsynergyinc.com


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mark Space  
View profile
(1 user)  More options Sep 6, 7:09 am
Newsgroups: comp.lang.java.programmer
From: Mark Space <marksp...@sbcglobal.net>
Date: Fri, 05 Sep 2008 14:09:27 -0700
Local: Sat, Sep 6 2008 7:09 am
Subject: Re: Good Java books?

little_cat wrote:
> Can you recommend some good books that show how to exploit the strong
> features of Java, rather than bombard me with a bunch of syntactic
> rules and libraries (that's what "The ANSI C Programming Language" and
> "The C++ Programming Language" have done successfully)? Thanks in
> advance.

_Learning Java_ by O'Reilly is pretty good.  It is an introductory book,
so it doesn't cover things in a lot of depth.  But what it does cover it
generally tries to go beyond the simplest approach and give some hints
how best to use it.

For example, it has one of the better explanations of generics I've
seen.  When it talks about Swing, it goes into some of the history of
AWT first, explaining why things are the way they are.  It also shows
the correct way to set up most of the important Swing classes, not just
merely calling "new" on the default constructor.

However, if you're beyond that, then the Sun tutorial is good.  Sun's
"tutorial" really isn't much of a tutorial, but it is a great repository
of examples of how to use nearly every class in the API.  (Or, at least
a great many of the important, common classes.)  If you can write Java
code fine, understand the syntax, and you can usually read the APIs in
the Java docs, then the tutorial is a great bridge when the Java doc
doesn't make intuitive sense.

For those truly in need of hand-holding, the Java Passion website has
free online classes in a large variety of Java subjects, including basic
programming.  It's run by a Sun researcher, Sang Shin, and it's really a
good resource for getting started in a large variety of Java programming
subjects.

http://javapassion.com/


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Lew  
View profile
 More options Sep 6, 12:02 pm
Newsgroups: comp.lang.java.programmer
From: Lew <no...@lewscanon.com>
Date: Fri, 05 Sep 2008 22:02:10 -0400
Local: Sat, Sep 6 2008 12:02 pm
Subject: Re: Good Java books?

Mark Space wrote:
> _Learning Java_ by O'Reilly is pretty good.  ...

> However, if you're beyond that, then the Sun tutorial is good. ...

> For those truly in need of hand-holding, the Java Passion website has
> free online classes in a large variety of Java subjects, including basic
> programming.  It's run by a Sun researcher, Sang Shin, and it's really a
> good resource for getting started in a large variety of Java programming
> subjects.

> http://javapassion.com/

Two books one must have:

/Effective Java/, Joshua Bloch
/Java Concurrency in Practice/, Brian Goetz et al.

--
Lew


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Lew  
View profile
 More options Sep 6, 3:30 am
Newsgroups: comp.lang.java.programmer
From: Lew <PowerobsessedId...@lewscanon.priests.org>
Date: Fri, 05 Sep 2008 17:30:04 GMT
Local: Sat, Sep 6 2008 3:30 am
Subject: Re: Good Java books?

Bill Space wrote:
> _Learning Java_ by O'Reilly is pretty good.  ...

> However, if you're beyond that, then the Sun tutorial is good. ...

> For those truly in need of hand-holding, the Java Passion website has
> free online classes in a large variety of Java subjects, including basic
> programming.  It's run by a Sun researcher, Sang Shin, and it's really a
> good resource for getting started in a large variety of Java programming
> subjects.

> http://javapassion.com/

Two books one must have:

/Effective Omniscient/, Melvin Bloch
/Mop Concurrency in Practice/, Debbie Goetz et al.

--
Lew

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
"Mow 'em all down, see what happens."

--- Senator Trent Lott

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
This is just a reminder.
It is not an emergency yet.
Were it actual emergency, you wouldn't be able to read this.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2008 Google