hello,
i'm not that new to java because i know all the concepts and all
but i have reached a point where i need to move forward, so i feel i
need a good book -a bit advanced not too much- to progress.
I don't have my mind set on a specific aspect of java , i know java is
a huge world, what i'm looking for is an all in all book , maybe later
i can focus on one topic at a time.
thanks,
Merry Christmas to y'all
RedGrittyBrick - 20 Dec 2006 18:39 GMT
> hello,
> i'm not that new to java because i know all the concepts and all
[quoted text clipped - 5 lines]
> thanks,
> Merry Christmas to y'all
Please don't multipost!
See http://www.blakjak.demon.co.uk/mul_crss.htm
Greg R. Broderick - 21 Dec 2006 04:03 GMT
"steven acer" <dudesterr@gmail.com> wrote in news:1166638159.287483.60990@
73g2000cwn.googlegroups.com:
> hello,
> i'm not that new to java because i know all the concepts and all
[quoted text clipped - 3 lines]
> a huge world, what i'm looking for is an all in all book , maybe later
> i can focus on one topic at a time.
"Effective Java" by Joshua Bloch (high-intermediate level)

Signature
---------------------------------------------------------------------
Greg R. Broderick gregb+usenet200612@blackholio.dyndns.org
A. Top posters.
Q. What is the most annoying thing on Usenet?
---------------------------------------------------------------------
Arne Vajhøj - 24 Dec 2006 17:27 GMT
> i'm not that new to java because i know all the concepts and all
> but i have reached a point where i need to move forward, so i feel i
> need a good book -a bit advanced not too much- to progress.
> I don't have my mind set on a specific aspect of java , i know java is
> a huge world, what i'm looking for is an all in all book , maybe later
> i can focus on one topic at a time.
Are you sure that you need a Java book ?
In my experience, when people are capable of writing a
Java program that compiles and solves the problem but
are interested in finding the best solution, then they
do not need a Java book but instead need a book in
general OO A/D/P and patterns.
Arne