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

Similar Messages

  • 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

  • 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

  • Good Java Books ?

    Does anybody know any Good Beginning Java books that they have read ?..I am taking the tutorial here, but also wanted to pickup a book on the subject. Remember, I am absolutely new to the language.

    Good afternoon...
    i thought i once saw a book title java for cobol programmers but i can't seem to find it at the local computer bookstore's website.
    anyways, try teach yourself java in 21 days, it worked for (and it took less than 21 days).
    problem with beginner books is that once you've gone through them they're pretty useless, you'll need an intermediate/advanced book as soon as you "know" java. try and borrow it, or have work buy a copy.

  • What is a good java book

    I am new to java. I had a class on it and the book we used in there was cumbersome and unorganized at best. I am wondering what other people have found are good books to help you get better at java. I need something that I can find answers to basic questions and also more advanced ones. If possible I'm looking for one that can also work like a reference book where if I need to know something specific that I can find that pretty quickly too.
    Is there such a thing out there? Or am I looking for the impossible? Please help... anyone?

    Core Java Fundamentals - ISBN - 0130471771
    Core Java Advanced features - ISBN - 0130927384
    These assume you know another object orientated language.
    The best refrence is the java documentation available at java.sun.com or it can be downloaded.
    Andrew

  • A good Java book for beginners?

    Hello
    I am new to Java language. This year I will go in university (computer science major) so I thought I could study a bit during the summer. So I have choosen to learn the basics (or more) of the Java language. I dont know any other programming languages (So I am completely new to programming too).
    I would like to know which is the best online-downloadable book with which I could start to learn the basics of Java (using the Sun's SDK or Borland's JBuilder Personal)? Any suggestion would be appreciated.
    P.S. Is it good to learn programming using Java as the first language? A friend of mine told me that is better to start with C, then continue with Java.

    Everyone will say that the language they first learnt is the language you should start off with. Java is a good as any language to start with. Whether to by a book or use an online tutorial depends on you.
    Online tutorial are up-to-date, but require a good internet connection and plenty of access to a computer.
    Books can be carried around (read in bed etc.) but learning about computers away from a computer is weird.
    A good book (to download in PDF or buy in a shop) is "Thinking in Java" by Bruce Eckel. It takes you from beginner to expert, in only 1,125 pages!!
    If that's not your thing, try the sun tutorials, links on your left.
    good luck
    izy_t

  • Good Java Book

    Hi guys!
    I am trying to find a good book on JAVA that describes programming techniques and how to write a good, clean production code.
    Can anybody suggest anything on this?
    Thanks!
    PV

    Try these ...
    1) Design Patterns (Gamma, et al)
    2) Effective Java (Bloch)
    3) sourceforge.net (Onot a book, but plenty of Java code to look at and learn from)
    Good luck,
    -Derek

  • How to become a good java programmer

    Hi guys
    I have been in touch with java for 3 years but I have not learned it from basic and fundamentally, so I started to learn it from very basic. but how can I become a good java programmer? can we put the answer of this question in steps ?
    Thanks

    Alex_Haze wrote:
    Hi guys
    I have been in touch with java for 3 years but I have not learned it from basic and fundamentally, so I started to learn it from very basic. but how can I become a good java programmer? can we put the answer of this question in steps ?
    Thanks1) Get a good java book and read it from start to finish. Understand and then use every technique demonstrated in the book before moving onto the next.
    2) Develop good programming practices in general. Use resources like Code Complete and software engineering books to improve the quality of your code and development practices. This is a typical programmer's bookshelf:
    [http://www.codinghorror.com/blog/images/my-programming-bookshelf-small.jpg|http://www.codinghorror.com/blog/images/my-programming-bookshelf-small.jpg]
    3) Learn new things, always. Start witing things in J2EE. Start writing things in Swing. Even pick up a new language. Different perspectives help you see things in different ways and let you think in new directions.
    4) Pay attention to detail. Strive to write the very best code you can every time. Think constantly about how you can do it better.
    5) Solicit feedback from peers, coworkers, and quality online communities. Ask them how you can do it better. Post code examples and trust your gut if you suspect that something could be done a better way.
    6) Accept that it won't happen overnight. The road to being a "good" programmer is a long one.

  • 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)
    ~

  • 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]

  • What are the BEST Books and Best websites for java biginners?

    Dear All,
    What are the BEST Books and Best websites for java biginners-Especially for fast learning.
    Thnaks
    KMK

    This is my standard reply:
    [Sun's basic Java tutorial|http://java.sun.com/docs/books/tutorial/]
    [Sun's New To Java Center|http://java.sun.com/learning/new2java/index.html]
    Includes an overview of what Java is, instructions for setting up Java, an intro to programming (that includes links to the above tutorial or to parts of it), quizzes, a list of resources, and info on certification and courses.
    jGuru
    A general Java resource site. Includes FAQs, forums, courses, more.
    JavaRanch
    To quote the tagline on their homepage: "a friendly place for Java greenhorns." FAQs, forums (moderated, I believe), sample code, all kinds of goodies for newbies. From what I've heard, they live up to the "friendly" claim.
    [Yawmarks List|http://forums.devshed.com/java-help-9/resources-for-learning-java-249225.html]
    [The Java Developers Almanac|http://www.amazon.com/exec/obidos/tg/detail/-/0201752808?v=glance]
    [http://javaalmanac.com|http://javaalmanac.com]
    Bruce Eckel's [Thinking in Java(Available online.)|http://mindview.net/Books/DownloadSites]
    Joshua Bloch's [Effective Java|http://www.amazon.co.uk/exec/obidos/Author=Bloch,%20Josh]
    Bert Bates and Kathy Sierra's [Head First Java|http://www.amazon.com/exec/obidos/tg/detail/-/0596004656?v=glance ]
    James Gosling's [The Java Programming Language|http://www.bookpool.com/sm/0321349806]
    Gosling is the creator of Java. It doesn't get much more authoritative than this.
    Joshua Bloch and Neal Gafter [Java Puzzlers.|http://www.javapuzzlers.com/]

  • 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.

  • 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.

  • What shall I do to become good Java programmer?

    I studied Java and got a basic concept of OOP (Encapsulation, Inheritance, and others). I do know how to create a class file and use properly the data type and creating Object from the class and have a good understanding of Java API packages. I got a basic understanding of GUI and listeners. But my knowledge in Java is not solid and do not have good confidence to program.
    I am planning to be a good Java certified programmer. How can I practice more coding? What type of book or course can I use to develop my Java programming knowledge?
    Please help
    Sem

    There are lots of good books available, which one(s) are best for you I can't help you with. What I can suggest is that you devise a project, something that you need a program to do. I'm sure you've got something that would make your life easier even if it's something as simple as keeping a diary. Write an application to do that. There's only one way to become a "good" developer on any platform, and that's battlescars. You have to be in it, doing it, having to make it work because if you don't somebody else will.
    There's no magic formula, no essay you can read that will turn you into a good developer, because development isn't really about writing code. Ok, in part it is, but the thing that really separates the good from the bad isn't code, it's design and architecture. You can write the best code known to man and if your architecture is wrong you're dead before you start. Conversely, if your design and architecture are solid, then it's more likely that your code will be to.
    Don't get me wrong here, I'm not denegrating coding, it's what I do for a living, but it's not the starting point, it's the end product of the effort.

  • What is the best book in Java for a begginer?

    Hi everyone,
    I would be grateful if you could recommend a good book on Java for someone like me who is a beginner, and has very little knowledge on C/C++.
    Thanks for your time

    Hi,
    Best is definitely a relative attribute. What works for you may not work for me. However, if you are like me, you will love this book.
    Head First Java
    Your Brain on Java - A Learner's Guide
    by Bert Bates and Kathy Sierra.
    You can take a look at the contents and sample chapters at the Oreilly site: http://www.oreilly.com/catalog/hfjava/
    This book has been made with the normal average learner in mind. It is not exactly a 'dummies' book. It is a smart book which uses the many ideas of learning theory well to help the reader "work through" it while having fun!
    You can checkout Kathy Sierra's blog "Creating Passionate Users"
    http://headrush.typepad.com/ to get an idea of the voice of the book.
    Again, as I mentioned in the beginning what is good is a matter of opinion, goals and preference.
    Cheers!

Maybe you are looking for