Java Book Suggestion

I just finished my first java course which covered everything up to and including composition, inheritence and polymorphism. However this course was taught with the programs running at the command line. So I am looking for a good book that covers gui's, panels, layout managers etc, that will reinforce the concepts I have already learned but will also give me some experience with some more advanced topics.

As stated in literally 100's of posts--the [Java Tutorial by Sun.|http://java.sun.com/developer/onlineTraining/]

Similar Messages

  • Suggestion on Java Book

    Hi! I studied Java about 2-3 yrs ago and I just need to refresh my memory about the language so does anyone have suggestions about which book to buy? I just need a Java book that would refresh my memory and if possible, update me on the latest information and news about java. Thank you very much!

    i think he means that a lot of people have asked the same question before, and you should do a search on the forums for an answer.
    But really, if you're looking for a good book you can't go past Core Java 2 (Vol 1 & 2), by Horstmann and Cornell, from the Sun Microsystems Press. Vol 1 covers all the fundamentals and is a great reference. Vol 2 goes into more detail on advanced topics: multithreading, networking, advanced swing and awt etc, both come with a CD that has heaps of code samples.
    They are a bit expensive (over $Aus 100 each) but more than worth it.

  • Whats a good JAVA book?

    What do you think is a good Java book for someone who has a little expericne with java? I have experience in COBOL and a little touch of C, and Visual Basic? Any suggestions?
    Thanks
    Justin

    I would suggest Java: an Introduction to Computer Science and Programming by Walter Savitch. This book assumes that the reader has no programming experience and it's aimed at students. I realize that you do have experience with COBOL, but I would recommend this one over the Core Java series to start out. Core Java volumes 1 and 2 are not good as an introduction for someone coming from a non-object oriented language. They would be a lot better for someone migrating from C++. They frequently refer to C++ and VB in their examples. They are excellent books, but better as a reference than an initial learning source.
    Ethan

  • Java book which is fun.

    Please suggest a java book for beginners which will be useful and fun at the same time.

    Head First Java by Bert Bates and Kathy Sierra

  • Java compiler contradicts Java book

    NOW this is a big surprise...One of the Java book says "If a static member of the class, singleton in the ex below, is PUBLIC, the client (HelloUser in this case) can still access the static member even if the client is not in the same package" . I tried it but got the following error - singleton can't be accessed outside the package ? Any clues ?
    import learn.*;
    public class HelloUser {
        public static void main(String args[])
         Object obj[] = {new Integer(11), new Character('A')};
         Hello.print(obj);
         singleton.GetSingleton().print();
    package learn;
    class singleton {
        private static int mX;
        private singleton(int x) {mX = x;}
        private static singleton sSingle = new singleton(10);;
        public static singleton GetSingleton() {
         print();
         return sSingle;
        public static void print()
         System.out.println("Val: " + mX);
    }

    No, the book is not wrong just not quite complete. It should have stated that other classes in the same package have access ...OK, let's complete the original statement using your suggestion :
    An object of a class with package access can be created by any class inside the package but not outside the package. However, if a static member of that class is public, the client programmer can still access that static member from withn the same package even though they can't create an object of that class.
    Does this make any sense? No.

  • Java book/ebook or training site with examples

    Hello,
    I need to improve myself on java basics, got a few books which explain a lot, however they don't have any examples. What I need is a book or tutorial_site which first introduces a topic then asks the reader to experience it on various examples to see different aspects.
    Thank you.

    Just a side note:
    If you haven't already done so, I suggest your next step is to download the Eclipse IDE and get familiar with it (its free and used by a very large number of professional developers). You can create projects within it. However, I suggest you first create a few code samples from your introductory Java book using a text editor and compile using the DOS command window before moving onto an IDE so you can appreciate what it does for you.

  • Java books/reading over Christmas?

    The last post got me thinking... Is there any Java book you'd like to get your hands on? (Santa, are you using Echelon to snoop? Filthy Rich Clients, please) Or will you be using the time to (re)read a book that's been sitting on the shelf? Or would you like to nominate the best new Java book of 2007? What are people reading?

    ironmonkey6 wrote:
    I'll be reading my first Java book, which is "Java in a Nutshell" by o'Reilly. Really? That's pretty much like printing out the javadocs for the entire JDK and reading those.
    I used to have a copy of it when I first started with Java, but now I find that the on-line stuff is more convenient and up to date.
    I like it so far. I'm coming from C/C++ so I haven't had any difficulties understanding any of the syntax used. I hope to finish this 1224 page monster by Christmas or the first week after.I would not consider that to be a good tutorial or first book to read. Who suggested that?
    Bruce Eckel's "Thinking In Java" is a much better choice. It's free and available on-line. Google for it. (He also has a "Thinking in C++", which you might like.)
    %

  • Java Book Recommendation?

    Hi,
    I work a lot with scientific computation: reading in data, working with mathematical models, etc.
    However, I can't find a Java book that tackles those aspects in depth.
    Does anyone know of a good book on this topic?
    Regards,
    -mike

    mmeclimate wrote:
    I am sorry you feel that way about my questions! For example, in scientific computing, we work a lot with differential equations, Fourier transforms and so on. I can of course, write a program that will do those computations from scratch - which would take a lot of time! Or, what if there was a Java package that do these calculations? By having a book which focuses on these issues, one can save a lot of time! So, I believe you may have misunderstood my questions.
    That's a different question.
    Of course there exist libraries to aid in scientific and engineering computing.
    Can't give you names as I'm not (sadly) into that field any more, but I do know they exist.
    There are a few books that deal with Java and Scientific Computing that I found. These books prove that the questions that I posed here are relevant, and not a way of "give me the source" that you mentioned. Most people who replied to my questions were very polite as I have been - politeness is definitely an attitude that is much appreciated here!
    Most such questions are from schoolkids who don't want to put in their own effort but just want to copy and paste sourcecode and turn it in as their own for their homework assignments.
    That's how yours was understood to be as well.
    Here is a list of the books I found:
    - A Numerical Library in Java for Scientists and Engineers by Hang T. Lau
    - Java for Scientists and Engineers (2nd Edition) by Stephen J. Chapman
    - Essential Java for Scientists and Engineers by Brian Hahn
    - Java Programming for Engineers by Julio Sanchez and Maria P. Canton
    - Java Gently for Engineers and Scientists by Judith Bishop and Nigel Bishop
    - Java for Engineers and Scientists by Gary J. Bronson
    This is definitely a great list for people who want to apply Java in Science and Engineering.
    May look at some, especially the first :)

  • Look for a good Java Book

    Hello,
    I m looking for a good java book.
    I know already about java In general:GUI,SWING ,applet and all basics things.
    i would like to buy a more advanced book.
    Any idea?
    Since all those books are expensive, i want to buy only one book a very good one.
    thanks a lot
    sebastien

    Please any ideas?
    it is very important for me
    i want to learn more about java i can do basic things like GUI,applet and some basic programs
    i want to learn more about java : Java Beans,Java networks,databases,SWING.....
    Any good book which covers many topics at once?
    thanks a lot
    sebastien

  • Java Books

    Hi all,
    I am a Java back-end,server-side programmer (junior to mid-level). Worked mostly on core Java. I would like to improve my Java programming skills. I know hundreds of books and tutorials are out there, but taught it might be a good idea to ask you guys first and have some idea before starting to buy any...
    Does anybody know a good Java book that I can buy or a good tutorial that I can use (in order to improve my Java programming skills)?
    Also I like to learn about 'web-services' (and maybe move toward that for my next job). Does anybody know of a good book or turorial for that?
    Any help is greatly appreciated.

    The Java Programming Language - 4th Edition
    Effective Java
    Refactoring
    Design Patterns: Elements of Reusable Object-Oriented Software
    Head First Design Patterns
    Refactoring to Patterns
    Java Design: Building Better Apps and Applets (2nd Edition)
    ~

  • What's the best java book available?

    Anyone knows any good, detail java book available out there for
    beginer/intermediate level programmer? Greatly appreciated.

    hi,
    i would recommend Beginning Java 2 - SDK 1.4 Version, it's a good book for people starting off and moving to interm., the author covers the basics and more advanced topics later such as JDBC, working with XML and Java and Printing all in one book. Also half way through the book, once he starts talking about building GUI, he builds a small application, then for the next few chapters what ever is taught is also built into the app, the app he shows you how to build is something like ms paint. so he shows you not only how to write small programs but also building an application, i don't remember the size of it but i believe it was a few thousand lines long. he also builds a second app, smaller for working with databases later. the only problem is the size of the book and price, but if you have the time to read it, i'd recommend that one.

  • Any good Java books with Business Examples ?

    Can anyone recommend a Beginner Java book that has some good Business Examples ?
    (Don't recommend the SUN tutorial, as their examples are more for the rocket scientist).

    Not sure what you mean by business examples, but here goes.
    Check out Wrox for some excellent books - not all excellent.
    Check ot samspublishing for the same.
    I have a superb book called Learning java (O'Reilly) that I would recommend to anyone. It lacks complete examples, which I usually rely on, but is a major piece of work for the novice - I have found a large part of this book on the web also, can't remember where.
    My very favourite read is Wrox - J2EE Java server pages
    I would stilll recomend avoiding books by Manning which are generally incomplete and point to other books they have published for this other info.
    best,
    Kev

  • Java book

    Can anyone recommend a good java book for a complete beginner? I have a copy of 'simply java', but i cant get the initial projects to work and there isnt enough clear explanation as to howi fix errors in my code. I am a not attending a course, the book will need to be purely for home study.
    Any recommendations would be helpful and if u have used the simply java book maybe you can help me understand why the ATM project at the start of the book wont work for me.
    Cheers
    John

    [Head-First-Java|http://www.amazon.com/Head-First-Java-Kathy-Sierra/dp/0596009208/ref=pd_bbs_sr_1?ie=UTF8&s=books&qid=1206973137&sr=8-1]
    Is not bad in combination with the tutorials here:
    [sun tutorials|http://java.sun.com/docs/books/tutorial/index.html]

  • Looking for a good beginner/intermediate Java book

    Hello everyone,
    I am looking for a good beginner/intermediate Java book. I have taken a couple of Java classes (Beginner programming + beginner Java) and have a fairly good understanding of the basics. What I want is a book that is going to build on that as well as give me some good practical problems to work on while I'm doing so. Can anyone recommend one or two good books that would fit the bill?
    Thanks!

    Those three books are all excellent, but are all beginner books. When it comes to intermediate books I think you need to go topic by topic.

  • Advanced java book needed

    i need a throrough java book to add to my collection which goes over the most advanced of java programming (reflection, polymorphism etc...) in hopefully one book which has clear examples. if you know of one please give me isbn or title/author id be so grateful. thanks!

    So many topics though!
    There is a book on Java thread ("Java Threads v2"?)
    There are several books on java optimization (like use StringBuffer instead of String)
    The Java Lang Spec 2 book.
    The Java Virtual Machine 2 book.
    The Java Native Inteface 2 book.
    I suspect the Sedgewick Algorithms book is good, unless you already have one for another language.
    There are some enterprise level books but no titles I can recall right now.
    And naturally there are books that apply to advanced java work like some of the design books (like the UML stuff.)

Maybe you are looking for