Re: Newbie question about Java book.
- From: Lew <lew@xxxxxxxxxxxxx>
- Date: Tue, 28 Aug 2007 00:01:32 -0400
Lee <lawentzel@xxxxxxxxx> wrote:
As a side note, I hate online books, I like having a physical book
sitting next to me as I program. Just easier for me, and how I
learned in the past. Thanks in advance for your feedback.
Roedy Green wrote:
I suggest getting a good IDE such as IntelliJ or Eclipse. It will let
you find the javadoc for a method at a click. This is so convenient,
I find now I am impatient with paper books where you have to scan by
eye of fiddle with indexes.
or NetBeans from
http://www.netbeans.org/
which also has this feature.
You can also access the Javadocs online at
<http://java.sun.com/javase/6/docs/api/>
These are not a substitute for a book (or set of books) but an adjunct to workaday programming, whereby you can have references at your fingertips.
Furthermore, Roedy's own website,
<http://www.mindprod.com/>
is chock-full of excellent advice, definitions, project ideas, warnings against common problems and more.
You will gain subtlety and more robust code by studying any book written or co-authored by Joshua Bloch, especially
/Effective Java/.
--
Lew
.
- References:
- Newbie question about Java book.
- From: Lee
- Re: Newbie question about Java book.
- From: Roedy Green
- Newbie question about Java book.
- Prev by Date: Re: Helo
- Next by Date: Re: Newbie question about Java book.
- Previous by thread: Re: Newbie question about Java book.
- Next by thread: Re: Newbie question about Java book.
- Index(es):
Relevant Pages
|