> Hello
> I´m new to Java, and I´d like to get some hints of experienced
[quoted text clipped - 7 lines]
> Thanks a lot
> Yumi
Hi there, and welcome to Java! I'm not exactly an experience
programmer, but I have read the head first book and it is a good one.
A book I would recommend reading when you finish that one is "Core
Java 2 , Volume 2: Advanced Features". Some of the concepts in the
book may be a little hard to grasp at first, but I have found that
through my various Java project journeys I return to that book time
and time again for deeper explanations, or for code examples. As far
as getting an eclipse book, you can probably wait until you've got
some more coding under your belt because you'll also want to
understand build scripts using ant, class hierarchy and packaging(jar
files) before getting too far into eclipse.
I'm sure some more experienced developers will chime in as well, but
that's my 2 cents.
Hope that helps,
Will
John T - 05 Feb 2007 23:42 GMT
>> Hello
>> I´m new to Java, and I´d like to get some hints of experienced
[quoted text clipped - 24 lines]
> Hope that helps,
> Will
Thinking In Java by Bruce Eckel is a good book. I also use Java in a
Nutshell as a reference.
Once you are ready for really cool stuff, I would suggest Head First
Object Oriented Design and Analysis and HF Design Patterns. Learn as
much as you can about design patterns...
Yumex85 - 06 Feb 2007 00:31 GMT
Thanks, guys! I really appreciate your suggestions! As soon as I
finish Head First, I will check those books you mentioned!