Re: Recomended books for learning Java




Lew wrote:
Jeff Higgins wrote:
news.bluecom.no wrote:
Thank you very much for the feedback, Jeff.
But it doesn't answer my main question, help in finding some good
resources for learning Java development.


Core Java 2 is my personal favorite.
<http://www.horstmann.com/corejava.html>

Lew has given two excellent suggestions.

I would add search the Sun site.
<http://java.sun.com/>

I believe I understand the inspiration behind your comment:
"I don't want to waste my time searching the web for recomandations.",
but it came off pretty arrogant at first reading.

You cannot be a good Java programmer without reading /Effective Java/, by
Joshua Bloch.


This morning I got permission to spend some money on (yet another) computer
book.
I've decided to purchase "Java Concurrency in Practice". I made this
decision because
the other title in my "top two list of Java titles to purchase", "Effective
Java Programming
Language Guide" is soon to be released as 2nd Edition. (November 2007
apparently).
Thinking about "Algorithms in Java", I have the C++ edition so not sure if I
need Java.


.



Relevant Pages

  • Re: finalize()
    ... Lew wrote: built-in Hoare monitors, GC, ... Well, actually, into the JVM spec, but Java is predicated on running on the JVM. ... And the "foaming lunacy" to which you colorfully allude is simply the suggestion that the conventions are useful. ... it is legal to call Terminator from just ...
    (comp.lang.java.programmer)
  • Re: Why we should (not?) have closures after all
    ... >> badly written code? ... Just wanted to point out that Lew is obviously working in languages that do allow a typdef, and this doesn't seem to have improved his opinion of it. ... As for typedef, my use of it in C was to eliminate the "struct" keyword, and never to shorten the type name itself. ... My objections aren't to the "typedef" keyword as such, but to the attitude that reducing the redundancy and verbosity of Java is necessary, important, valuable or helpful. ...
    (comp.lang.java.programmer)
  • Re: Java language and library suggestions
    ... Lew wrote: ... single most glaring defect in Java. ... that would be equivalent to an & 0xff or 0xffff for byte and short or char operands, ...
    (comp.lang.java.programmer)
  • Re: classes/packages..
    ... 'javac' and 'java' from the project directory 'eegee/', ... You will not get far with Java until you comprehend the classpath. ... thank you very much Lew.. ...
    (comp.lang.java.help)
  • Re: path problem: Windows cant find compiler or java..
    ... Lew wrote: ... Because there is not a Java dir inside "Progam Files" is why you get the error; the program is trying to find that directory in order to find that file. ... look in that nonexistent directory for itself. ... just looked in all system env vars.. ...
    (comp.lang.java.help)