Re: Netbeans and Java Book



godutra@xxxxxxxxx wrote:
Hi all,

Do you know a good Netbeans and Java book?

Best regards,

Guilherme.

You best bet is to use the tutorials at Netbeans. Can access through the Netbeans GUI. For a Java Book?

Check these out. They are not books.
You can try Sun's "The Really Big Index".
http://java.sun.com/docs/books/tutorial/reallybigindex.html

The "Java Language Specification, Third Edition" for reference.
http://java.sun.com/docs/books/jls/third_edition/html/j3TOC.html

"JavaTM 2 Platform Standard Edition 5.0 Overview for reference.
http://java.sun.com/j2se/1.5.0/docs//guide/

JDK 5.0 Documentation for reference.
http://java.sun.com/j2se/1.5.0/docs

"Java 2 Platform Standard Edition 5.0 API Specification" for reference.
http://java.sun.com/j2se/1.5.0/docs/api/

And along with all of that "The Java Developers Almanac 1.4" for examples outside the tutorials.
http://javaalmanac.com

Thanks in Advance...
IchBin, Pocono Lake, Pa, USA http://weconsultants.servebeer.com/JHackerAppManager
__________________________________________________________________________

'If there is one, Knowledge is the "Fountain of Youth"'
-William E. Taylor, Regular Guy (1952-)
.



Relevant Pages

  • Re: How java passes object references?
    ... Which everybody knows, it doesn't in Java. ... The reason I think this is a useful clarification is that when you got to the part about how passing by reference might work, it seems you went off track at least partly because you didn't understand the nature of the above. ... is a pointer pointing at the memory block. ... Assignments to local variables, or even to class members, do not allocate memory. ...
    (comp.lang.java.programmer)
  • Re: The Java no pointer big fat lie!
    ... > reference types, it wouldn't be a good comparison. ... and what you can't - and there is a big difference in Java to C and C++. ... You cannot change it in the language itself, ... Thus I would distinguish pointers from ...
    (comp.lang.java.programmer)
  • Re: call by reference
    ... We started learning Java about one month ago, and they just don't believe me when i try to explain that there is a confusion when passing reference types as an argumetn to a function. ... The actual parameter must be an L-value. ...
    (comp.lang.java.programmer)
  • Re: programming concepts > specific languages
    ... >actually changes the target of the reference passed to 'function2'. ... Java from a source that was not precise about terminology. ... if I have a class MyObject and write ... I thought primitive types in particular behave in the ...
    (comp.programming)
  • Re: A constructive debate: Eclipse or NetBeans?
    ... However, I've tried NetBeans recently. ... better support for creating GUIs than Eclipse ... "make" as a build system and primarily programming in OCaml. ... Sun's Java implementation. ...
    (comp.lang.java.softwaretools)