Excellent online book  about java

Over the last few weeks I have had some very helpful answers to my questions from the community on this forum. I thought I'd put a little back in. I found this online book and it is outstanding in its explaination of Java. Anyone learning Java should (imho) read it. And it is free!!
http://www.mindview.net/Books/TIJ/
Well worth a read.
Cheers,
Hugh

Over the last few weeks I have had some very helpful
answers to my questions from the community on this
forum. I thought I'd put a little back in. I found
this online book and it is outstanding in its
explaination of Java. Anyone learning Java should
(imho) read it. And it is free!!
http://www.mindview.net/Books/TIJ/
Well worth a read.
Cheers,
HughIt's a good book to buy too. I hate reading online, but after seeing how good this book is, I ordered it and found it was very reasonably priced.

Similar Messages

  • Free online book about accessible design

    Thanks to Adobe and some other sponsors, there's a new, free,
    online book
    being offered about accessible design:
    http://www.uiaccess.com/accessucd/contents.html
    -Darrel

    Over the last few weeks I have had some very helpful
    answers to my questions from the community on this
    forum. I thought I'd put a little back in. I found
    this online book and it is outstanding in its
    explaination of Java. Anyone learning Java should
    (imho) read it. And it is free!!
    http://www.mindview.net/Books/TIJ/
    Well worth a read.
    Cheers,
    HughIt's a good book to buy too. I hate reading online, but after seeing how good this book is, I ordered it and found it was very reasonably priced.

  • Need to find a book about Java history

    Hello,
    I'm not sure I am posting in the right forum, but anyway...
    I am currently performing a research entitled "The use of the Java platform in the entertainment industry". To begin, I need a book where I could find hitorical information about Java cretion and evolution, but I can't manage to find one. The history given on the java.sun.com website is way too short and all the books I could find deal with technical aspect of Java...
    Does anyone knows a book that could interest me?

    Thanks for the links, but as it is an academic
    dissertation, I'd rather find a book... The Internet
    is still not really trusted as an academic source of
    information.
    So there's no chance for me to find a book with a
    proper history (better than the half page introduction
    in present in every Java programming book)Well then why not try journals? You won't find one book from which you can write your whole thesis, and if you did, you probably wouldn't get very good marks. As a guide, my MSc dissertation had around 300 references and 60k words, which is not uncommon. Journal articles are far more targetted, and certainly more likely to cover such a specific area as what you are asking of.

  • Online Books on JAVA

    Fellow Java programmers,
    online books are very handy for JAVA programmers, so it would be great if we could share the ones we know. It's a small step to provide a link to an online book, but it could turn out to be very useful for other programmers. The objective of this topic is to make some sort of list of online books, that can serve anyone.
    If everybody contributes, this could prove to be something very handy.
    I'll give the good example :
    The Java Bible :
    http://www.javabible.com
    Thinking in Java 2- Bruce Eckel :
    http://www.planetpdf.com/codecuts/pdfs/eckel/TIJ2.zip
    J2EE Blueprints
    http://java.sun.com/j2ee/download.html#blueprints
    Look & Feel Design Guidelines : Second edition
    http://java.sun.com/products/jlf/ed2/book/index.html
    Look & Feel Design Guidelines : Advanced topics
    http://java.sun.com/products/jlf/at/book/index.html
    I hope some people contribute...
    Greets,
    SJG

    you already listed the ones i know :(
    id like to bump this thou :)
    ivo

  • Anyone has an e-book about java

    can anyone send me a copy, @ [email protected] thanks.......^_^;

    Free Tutorials and Such
    Installation Notes - JDK 5.0 Microsoft Windows (32-bit)
    Your First Cup of Java
    The Java? Tutorial - A practical guide for programmers
    New to Java Center
    Java Programming Notes - Fred Swartz
    How To Think Like A Computer Scientist
    Introduction to Computer science using Java
    The Java Developers Almanac 1.4
    Object-Oriented Programming Concepts
    Object-oriented language basics
    Don't Fear the OOP
    Free Java Books
    Thinking in Java, by Bruce Eckel (Free online)
    Core Servlet Programming, by Merty Hall (Free Online)
    More Servlets, by Marty Hall (Free Online)
    A Java GUI Programmer's Primer
    Data Structures and Algorithms
    with Object-Oriented Design Patterns in Java, by Bruno R. Preiss
    Introduction to Programming Using Java, by David J. Eck
    Advanced Programming for the Java 2 Platform
    The Java Language Specification
    Books:
    Head First Java, by Bert Bates and Kathy Sierra
    Core Java, by Cay Horstmann and Gary Cornell
    Effective Java, by Joshua Bloch

  • Best book about java

    hallo to all
    i have to build a vehicle hire system in java with remove vehicle ,add vehicle , find vehicle etc
    what is the best book to read about building a type of hire system in java ?
    thanks

    infernocy wrote:
    hallo to all
    i have to build a vehicle hire system in java with remove vehicle ,add vehicle , find vehicle etc
    what is the best book to read about building a type of hire system in java ?
    thanksTeach Yourself to Build a Hire System in Java(tm) in 21 Days.
    Okay, kidding aside. The idea as presented so far is rather vague.
    Is it going to be a stand-alone application, or a client-server one with a thin client, or a not so thin one? Where do you intend to store the data?

  • Where to find a good reference book abt Java Palm Programming in Singapore?

    Can anyone of you introduce a good reference book about Java Palm Programming...Thanks...and pls leave down the title of the book and the location of the book shop.

    As far as I know, u could find books about java palm programming in various libraries. Look for more information @ elibraryhub.com

  • Where could I find some good free E-Book or paper about JAVA ?

    Dear All,
    I am searching some java websites , and find some free E-Book or paper about java,Could anyone tell me where those treasure are?
    I will deeply appreciate you .
    Thanks a lot !
    Caton

    You can try this one, tons of java resources:
    http://www.cl.cam.ac.uk/users/asa28/useful_java_research_links.htm
    Hope it helps.

  • Book recommendation about java objects

    Hi I've been reading books and writing java for about 2 years. most of the books look the same. they cover different parts of java such as I/O, networking, GUI..
    But I am very interested is understanding about objects and how they work or should be created and used. What does extending, implementing, interfaces,... really mean. I do have a general understanding of it and I use them all the time but mostly by looking at examples and based on my own ideas but it seems that most of the design that I do can be done in so many ways. I look at source codes of others and some designs make sense to me while others are confusing and have dozens of classes and sub classes all mixed into a package. I want to have a better understanding of object. any books or tutorial or other suggestions would be greatly appreciated.

    If you want a book specifically tied to Java, http://java.sun.com/docs/books/javaprog/ is very good. James Gosling is one of the authors, so it really reflects the design philoophy of Java. It is also clearer on the tradeoffs made in the design than books by "Java advocates" seem to be.
    The class ic work on OOP is "Object Oriented Software Construction" by Bertrand Meyer. It needs study - but it repays the effort.

  • I know ZIP about Java. Where Do I Learn?

    I know virtually nothing about Java. I have avoided it but now I want to learn and so far everything I have seen is pretty much Greek. I have used FP2003 and Dreamweaver to build web pages but not delved ino the guts of Java. Where do I begin?
    Ionamic

    Here are some excellent resources for you:
    Installation Notes - JDK 5.0 Microsoft Windows (32-bit)
    Your First Cup of Java
    New to Java Center
    The Java� Tutorial - A practical guide for programmers
    The Java� Tutorial - Trail: Learning the Java Language
    Java Programming Notes - Fred Swartz
    How To Think Like A Computer Scientist
    Introduction to Computer Science using Java
    The Java Developers Almanac 1.4
    Object-Oriented Programming Concepts
    Object-oriented language basics
    Don't Fear the OOP
    Books:
    The Java Programming Language - 4th Edition
    Head First Java, by Bert Bates and Kathy Sierra
    Thinking in Java (Free online), by Bruce Eckel
    Core Java, by Cay Horstmann and Gary Cornell
    Effective Java, by Joshua Bloch
    http://java.sun.com/developer/Books/javaprogramming/
    Good luck, and welcome to Java!
    ~

  • Recommend a free online book

    I read the tutorial on Java Security but I couldn't understand it. I think I have to know first what authentication, authorization, SSL (and other related matters) are and how they work. I already did a seach on google for this but there are many. Please recommend to me any free online book (for novice) where I can get a basic knowlege about security and how they works. Thanks for the help

    Google for JCE and stuff from the IBM site. They have pretty good tutorials.

  • Online book/tutorial for beginners.

    Does anyone know a good online book/tutorial for java programming for beginners. and im looking for something about OOP structure or something. so for the absolute beginner. i dont know any other languages.
    but i don't mean learning the language itself (i dont know what to call it, but i mean the keywords and how to declerate a class and stuff like that.)
    I hope i'm being clear.

    Here's the download page, if you prefer to work off-line, like I do. You can download all the tutorials, and all the sample code that they use.
    http://java.sun.com/docs/books/tutorial/information/download.html

  • Problem with 'sort and filter' feature of embed codes in Excel Online Web App

    So my question has to do with the Excel Online feature where you can share a spreadsheet and embed it in a website with the option of allowing users to sort and filter the data. (The option is under the "Interaction" heading.)
    One of the options if you look closely is "Let people sort and filter" which is not checked off. In the embed code you can see "AllowInteractivity=False". The problem is that when I check "Let people sort and filter"
    the embed code changes completely - going from:
    <iframe width="700" height="900" frameborder="0" scrolling="no" src="https://onedrive.live.com/embed?cid=dontworryaboutitEDFD383&resid=6BAA9620AEDFD383%21107&authkey=AFj3X8xq2U3IfDE&em=2&wdAllowInteractivity=False&Item='Sheet1'!A1%3AI32"></iframe>
    to:
    <iframe width="700" height="900" frameborder="0" scrolling="no" src="https://onedrive.live.com/embed?cid=dontworryaboutitEDFD383&resid=6BAA9620AEDFD383%21107&authkey=AFj3X8xq2U3IfDE&em=2&Item='Sheet1'!A1%3AI32"></iframe>
    If I manually change 'false' to 'true' that doesn't do the trick so I'm not sure what to try next.
    Any thoughts?

    Hi,
    We support Office for Windows in the current forum, since this question is about Office Online, I suggest you post the question in Office Online forum:
    http://community.office365.com/en-us/f/default.aspx
    The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us. Thank you for your understanding.
    George Zhao
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Questions about Java Servlets and JSP

    Hi,
    I'm a confident Java Programmer (and really enjoy using this language) but am very new to Java servlets and Java Server Pages.
    I have previously worked with Perl on my web projects (simple 'league' style voting pages). I read in my 'Core Java' book that I should no longer use perl or even cgi.
    I need to know more about Java servlets and Java Server Pages so I can make the switch to a 'real' programming language.
    I have a few questions:
    How should I start to learn JS and JSP?
    How applicable will the java knowlegdge I have already be?
    Are JSP common on the world wide web?
    What tools do I need to start? (I currently develop in JBuilder and have Java 1.4.1 Standard Edition)
    Is it likey my web host (and others) will support JSP?
    Thank-you very much for helping a novice get started,
    Regards,
    Paul

    Hi, Steve ...has to be frustrating! But do not despair.
    Let's suppose the servlet it's named MyServlet on package org.servlets
    WEB-INF should look:
    WEB-INF
    classes
    org
    servlets
    MyServlet.class
    web.xml
    web.xml file should have this two declarations:
    <web-app>
      <servlet>
        <servlet-name>MyServlet</servlet-name>
        <servlet-class>org.servlets.MyServlet</servlet-class>
      </servlet>
      <!-- other servlets -->
      <servlet-mapping>
        <servlet-name>MyServlet</servlet-name>
        <url-pattern>/MyServlet</url-pattern>
      </servlet-mapping>
      <!-- other servlets mappings -->
    </web-app>Now, once the container starts (Tomcat?), you should be able to see that servlet in:
    http://localhost:8080/[my-context/]MyServletAnd what my-context is? The web application context. This string should be empty if your're deploying to the root context, otherwise should the context name. In Tomcat, deploying to root context defaults to using webapps/ROOT.
    Sorry for my English, but I felt the need to answer your request. I hope it helps despite my writing.

  • BASICS ABOUT JAVA

    I need to know the basic knowledge about Java language.And I need simple example programs using Java

    Those websites proved to be great resources to me, but I really learned the language from Java books. Java How to Program and Thinking in Java are my favorite.
    Make sure that you do not skip over any exercises, especially in the beginning because you can't afford to have any gaps. I'd say you're pretty fortunate to have found this great forum this early.
    Good luck.

Maybe you are looking for

  • IPhone 4 will no longer sync music.

    After I updated my iPhone 4 to iOS6, none of my music will fully sync to the phone. The songs show up in my music folder and dropdown menu on the iPhone, but are all greyed out and I am unable to play them. I have tried syncing from both a windows co

  • Adobe Reader XI won't launch, can't download or open existing PDF files.

    Running Windows 7 and have had no trouble with PDF files until few weeks ago.  Now Adobe Reader Xi won't execute and I can't download or open existing PDF files using Adobe.  Interesting that I can open existing PDF files unsit PaintShop Pro X4 but n

  • Battery drains differently, in different places. . .

    so, it's obvious battery life on the 3GS is less than desired, but i've noticed in the past few weeks that the battery drains at different rates, in different places. does this happen to anybody else here? for example, keeping 3G, wifi, and location

  • Unwanted web page appearing. How do I block or delete?

    I web browse with Mozilla Firefox V6.0.1. and my home page is http://www.google.com.au/firefox?client=firefox-a&rls=org.mozilla:en-GB:official. McAfee Virus Scanner is operable and current. My problem is, that after web browsing and having multiple t

  • Problem in getting handle to EJB Object

    Hi All, I am getting following exception when i try to get handle on my ejb object. My Client Program: import synch.*; import javax.naming.*; import java.rmi.*; import javax.rmi.*; import javax.ejb.*; import java.io.*; public class SearlizeClient