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

Similar Messages

  • 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

  • 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

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

  • 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

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

  • Any good Java object oriented book?

    Hi,
    I am looking for a Java book that teaches good object oriented programming. Is there any good Java object-oriented book in the market?
    Thanks.

    "Thinking in Java" 2nd Edition by Bruce Eckels. You
    can download it from his website - the url escapes me
    at the minute. You should be able to find it no
    problem though.I second that recommendation (although it's "Eckel" without the "s"). He now has a Beta 3rd edition of the book.
    The URL is http://www.bruceeckel.com/

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

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

Maybe you are looking for

  • Is my DVI port dead?

    15" powerbook G4. I plugged a 22" Acer into it that natively runs at 1680x1050. It picks up the display and properly configures itself to run at that resolution and even seems to work fine for the first little bit, but then I get extensive DVI corrup

  • Button condition on page item and Validation error Conflict

    Hi, I have a select list page item and a button on page whose condition is based on the select list page item value(eg, If (:P2_item1='val1'){return true;}) with condition type=PL/SQL function returning boolean. This buttons submits the page. It' com

  • KT4V : no boot from SCSI

    I changed the Motherboard from KT3 Ultra to KT4V und now there is no boot from Scsi possible! The bootprozess ends with a message like 'press Shift Tab to view networkboot options'. I'm not able to enter the Bios if any of my hostadapters are install

  • Data Cleansing Terms Clarification

    Folks, Another question and thanks again to all those that have been helpful so far. In a data flow that I am building I have both customer information and address information. I plan on running my data both through an English base data cleanse and a

  • Odi 10g reverse Synonyms

    Hi everyone, I want to reverse oracle synonyms.I looked for these links: https://kr.forums.oracle.com/forums/thread.jspa?threadID=842533 Can't Reverse-Engineering Synonyms from Oracle 10g First I have reversed just synonyms and ı can see records of s