Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Looking for Java book

Options
  • 20-10-2009 4:47pm
    #1
    Registered Users Posts: 1,885 ✭✭✭


    Look for a Java book that starts very basic that incorporates using Eclipse as the interface. Preferably one I can download. Thanks


Comments

  • Registered Users Posts: 2,762 ✭✭✭Sheeps


    "Beginning Java Programming for Dummies". Not sure if this will cover Java with the use of an IDE, but it should do exactly as it says on the tin if it's as good as the php one.

    As far as I'm aware there is "Eclipse for Dummies" too.


  • Registered Users Posts: 515 ✭✭✭NeverSayDie


    Don't know about particular Java books, but re the downloading, O'Reilly started selling their books as downloadable PDFs/ebooks at some point, that may be of interest (they do various Java ones);
    http://oreilly.com/store/


  • Registered Users Posts: 85 ✭✭StiLL-TrAiNinG


    http://math.hws.edu/javanotes/ is a free online java book aimed at teaching people how to program.


  • Moderators, Science, Health & Environment Moderators Posts: 10,079 Mod ✭✭✭✭marco_polo


    Despite being over 6 years old Thinking in java is still a really good book in and is a free download. The core of the language remains basically the same with a few exceptions (generics being the main one) and it is a great beginners books.


    http://www.mindview.net/Books/TIJ/

    Add this to an good eclipse tutorial and you are sorted for a couple of months without spending a cent.

    http://eclipsetutorial.sourceforge.net/totalbeginner.html


  • Registered Users Posts: 569 ✭✭✭none


    Fully agree on Eckel's one - my perennial favourite, pinned in Recommended Books above. Also there a few Java books from O'Reilly.


  • Advertisement
  • Closed Accounts Posts: 12,382 ✭✭✭✭AARRRGH


    "Beginning Java Objects". Really well written book.


  • Registered Users Posts: 3,992 ✭✭✭Korvanica


    If youre only starting out in java i would reccomend: "Head First Java, OReilly." Brilliant book. Dont know if you can download it,but its well worth buying.


  • Closed Accounts Posts: 11 elix


    The book issued in college (UCD) "Java Concepts" by Cay Horstmann was a good introduction. I skipped thru alot of it and treated it more like a manual to turn to in case of help (or when i didnt have a internet connection handy)

    http://mindprod.com/jgloss/jgloss.html
    Is a great site i stumbled upon a few times. Actually I think the guy is actually a bit of legend...

    http://forums.sun.com
    The sun forums are also good, be it slow to get a decent response from somebody who wants to help instead of somebody complaining that your asking for help.

    There is only so much you can do with a book i think. Ive learned a few programming languages (and my 'IT' skills in general) by trial and error. So arm yourself with a manual, the Java API Docs and your IDE (eclipse or netbeans, or even plain old notepad, no difference IMO)


  • Registered Users Posts: 3,992 ✭✭✭Korvanica


    oh i forgot sbout this too: dickbaldwin .. damn good tutorials


  • Registered Users Posts: 4,257 ✭✭✭SoupyNorman


    This guy has some nice HQ JAVA tutorials, one vid is dedicated to the use of Eclipse.

    http://www.20papercups.net/category/java-vtm-tutorials/


  • Advertisement
Advertisement