Results 1 to 8 of 8

Thread: Java API Reference guide

  1. #1
    Join Date
    Sep 2010
    Location
    Toronto, Canada
    Beans
    181
    Distro
    Ubuntu 14.04 Trusty Tahr

    Java API Reference guide

    Hey,

    I'm looking for a good Java API book (or preferably a PDF). Does anyone know of a good one? Basically I need a book with the possible commands you can use in Java will an example or two. For example, object.length(), explaining what it does with a small example.

    Thanks in advance guys!

    Lifelike27
    Dell Studio 1558: Vincere est totum!
    Core i7 720QM | 1GB ATI Radeon 5470 | 4GB DDR3 1333Mhz RAM | 15.6inch ( 1366X768 ) | 500GB HDD | 6 cell LI-ION Battery
    Mark threads as solved if they are, it makes life easier!

  2. #2
    Join Date
    Nov 2008
    Location
    Melbourne Fl
    Beans
    66

    Re: Java API Reference guide

    Hello,

    Is it a requirement that it be a book? Oracle maintains an online reference that explains all of the standard Java classes:

    http://download.oracle.com/javase/7/docs/api/

    Also, for the larger concepts, threading, GUI, and such they post tutorials.

    The Java API is actually quite large and it would be difficult to write a comprehensive book.

    Otherwise, McGraw Hill publishes what they call "Java The Complete Reference." I bought this book years ago; but, I abandoned it once I learned to read the online documentation. Essentially its a $60 bookshelf decoration.

  3. #3
    Join Date
    Aug 2011
    Location
    47°9′S 126°43W
    Beans
    2,172
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Java API Reference guide

    Quote Originally Posted by MrStill View Post
    Hello,

    Is it a requirement that it be a book? Oracle maintains an online reference that explains all of the standard Java classes:

    http://download.oracle.com/javase/7/docs/api/

    Also, for the larger concepts, threading, GUI, and such they post tutorials.

    The Java API is actually quite large and it would be difficult to write a comprehensive book.

    Otherwise, McGraw Hill publishes what they call "Java The Complete Reference." I bought this book years ago; but, I abandoned it once I learned to read the online documentation. Essentially its a $60 bookshelf decoration.
    +1

    The online tutorials are pretty good and cover much ground. If you enter the Swing/AWT territory, you can also let the graphic editor build the windows for you for a couple of simple apps, and then reverse-engineer its output using the online API doc.

  4. #4
    Join Date
    Sep 2010
    Location
    Toronto, Canada
    Beans
    181
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Java API Reference guide

    The Oracle documentation is really good and pretty much exactly what I want, but I wanted it as a singular data source - one file that I can take around when I don't have internet access.

    I have a habit of reading PDF files on my phone through Dropbox. Basically, a downloadable index of the documentation.
    Dell Studio 1558: Vincere est totum!
    Core i7 720QM | 1GB ATI Radeon 5470 | 4GB DDR3 1333Mhz RAM | 15.6inch ( 1366X768 ) | 500GB HDD | 6 cell LI-ION Battery
    Mark threads as solved if they are, it makes life easier!

  5. #5
    Join Date
    Aug 2011
    Location
    47°9′S 126°43W
    Beans
    2,172
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Java API Reference guide

    Quote Originally Posted by lifelike27 View Post
    The Oracle documentation is really good and pretty much exactly what I want, but I wanted it as a singular data source - one file that I can take around when I don't have internet access.

    I have a habit of reading PDF files on my phone through Dropbox. Basically, a downloadable index of the documentation.
    The whole Java API doc is downloadable (IIRC tutorials are a separate package but downloadable all the same).

  6. #6
    Join Date
    Sep 2010
    Location
    Toronto, Canada
    Beans
    181
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Java API Reference guide

    Quote Originally Posted by ofnuts View Post
    The whole Java API doc is downloadable (IIRC tutorials are a separate package but downloadable all the same).

    Oh well, seem they're down at the moment... Does it seem to be working for you? A working link would be nice.

    This site is experiencing technical difficulty. We are aware of the issue and are working as quick as possible to correct the issue.

    We apologize for any inconvenience this may have caused.

    To speak with an Oracle sales representative: 1.800.ORACLE1.

    To contact Oracle Corporate Headquarters from anywhere in the world: 1.650.506.7000.

    To get technical support in the United States: 1.800.633.0738
    Dell Studio 1558: Vincere est totum!
    Core i7 720QM | 1GB ATI Radeon 5470 | 4GB DDR3 1333Mhz RAM | 15.6inch ( 1366X768 ) | 500GB HDD | 6 cell LI-ION Battery
    Mark threads as solved if they are, it makes life easier!

  7. #7
    Join Date
    Aug 2011
    Location
    47°9′S 126°43W
    Beans
    2,172
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: Java API Reference guide

    Quote Originally Posted by lifelike27 View Post
    Oh well, seem they're down at the moment... Does it seem to be working for you? A working link would be nice.
    http://download.oracle.com/javase/6/docs/

    Yes, down for me too.

  8. #8
    Join Date
    Sep 2010
    Location
    Toronto, Canada
    Beans
    181
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Java API Reference guide

    Hey, just wanted to say that I was able to download the entire documentation for jdk 6 on the oracle website here: http://www.oracle.com/technetwork/ja...ndex.html#docs

    Going to try and see if I can do the same with the Android docs.

    Thanks again guys!
    Dell Studio 1558: Vincere est totum!
    Core i7 720QM | 1GB ATI Radeon 5470 | 4GB DDR3 1333Mhz RAM | 15.6inch ( 1366X768 ) | 500GB HDD | 6 cell LI-ION Battery
    Mark threads as solved if they are, it makes life easier!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •