Vous voulez voir cette page en français ? Cliquez ici.


or
Sign in to turn on 1-Click ordering.
More Buying Choices
Have one to sell? Sell yours here
Thinking in Java
 
 

Thinking in Java [Paperback]

Bruce Eckel
4.2 out of 5 stars  See all reviews (269 customer reviews)
List Price: CDN$ 72.99
Price: CDN$ 45.76 & this item ships for FREE with Super Saver Shipping. Details
You Save: CDN$ 27.23 (37%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In Stock.
Ships from and sold by Amazon.ca. Gift-wrap available.
Only 3 left in stock--order soon (more on the way).
Want it delivered Monday, February 13? Choose One-Day Shipping at checkout.

Formats

Amazon Price New from Used from
Paperback CDN $45.76  

Frequently Bought Together

Thinking in Java + Effective Java + Head First Java
Price For All Three: CDN$ 112.07

Show availability and shipping details

Buy the selected items together
  • In Stock.
    Ships from and sold by Amazon.ca.
    This item ships for FREE with Super Saver Shipping. Details

  • Effective Java CDN$ 36.53

    In Stock.
    Ships from and sold by Amazon.ca.
    This item ships for FREE with Super Saver Shipping. Details

  • Head First Java CDN$ 29.78

    In Stock.
    Ships from and sold by Amazon.ca.
    This item ships for FREE with Super Saver Shipping. Details


Customers Who Bought This Item Also Bought


Product Details


Product Description

From Amazon.com

Perfect for migrating to Java from a fellow object-oriented language (such as C++), the second edition of Thinking in Java continues the earlier version's thoughtful approach to learning Java inside and out, while also bringing it up to speed with some of the latest in Java 2 features. This massive tutorial covers many of the nooks and crannies of the language, which is of great value in the programming world.

The most prominent feature of the book is its diligent and extremely thorough treatment of the Java language, with special attention to object design. (For instance, 10 pages of sample code show all of the available operators.) Some of the best thinking about objects is in this book, including when to use composition over inheritance. The esoteric details of Java in regard to defining classes are thoroughly laid out. (The material on interfaces, inner classes, and designing for reuse will please any expert.) Each section also has sample exercises that let you try out and expand your Java knowledge.

Besides getting the reader to "think in objects," Thinking in Java also covers other APIs in Java 2. Excellent sections include an in-depth tour of Java's collection and stream classes, and enterprise-level APIs like servlets, JSPs, EJBs, and RMI. Weighing in at over 1,000 pages, any reader who is serious about learning Java inside and out will want to take a look at this superior resource on some of the latest and most advanced thinking in object design. --Richard Dragan

Topics covered:
  • Object-design basics
  • Inheritance and polymorphism
  • Object lifetimes
  • Exception handling
  • Multithreading and persistence
  • Java on the Internet
  • Analysis and design basics
  • Java basics: keywords and flow control
  • Initializing objects
  • Garbage collection
  • Java packages
  • Designing for reuse: composition vs. inheritance
  • The final keyword
  • Interfaces and inner classes
  • Arrays and container classes

  • Java I/O classes
  • Run-time type identification
  • UI design basics with Swing
  • Deploying to JAR files
  • Network programming with sockets
  • JDBC database programming
  • Introduction to servlets
  • JavaServer Pages (JSPs)
  • RMI
  • CORBA
  • Enterprise JavaBeans (EJBs) and Jini
  • Cloning objects
  • The Java Native Interface (JNI)
  • Java programming guidelines
  • --This text refers to an out of print or unavailable edition of this title.

    Product Description

    Thinking in Java should be read cover to cover by every Java programmer, then kept close at hand for frequent reference. The exercises are challenging, and the chapter on Collections is superb! Not only did this book help me to pass the Sun Certified Java Programmer exam; it’s also the first book I turn to whenever I have a Java question.”
    —Jim Pleger, Loudoun County (Virginia) Government
    Much better than any other Java book I’ve seen. Make that ‘by an order of magnitude’.... Very complete, with excellent right-to-the-point examples and intelligent, not dumbed-down, explanations.... In contrast to many other Java books I found it to be unusually mature, consistent, intellectually honest, well-written, and precise. IMHO, an ideal book for studying Java.”
    —Anatoly Vorobey, Technion University, Haifa, Israel
    “Absolutely one of the best programming tutorials I’ve seen for any language.”
    —Joakim Ziegler, FIX sysop
    “Thank you again for your awesome book. I was really floundering (being a non-C programmer), but your book has brought me up to speed as fast as I could read it. It’s really cool to be able to understand the underlying principles and concepts from the start, rather than having to try to build that conceptual model through trial and error. Hopefully I will be able to attend your seminar in the not-too-distant future.”
    —Randall R. Hawley, automation technician, Eli Lilly & Co.
    “This is one of the best books I’ve read about a programming language.... The best book ever written on Java.”
    —Ravindra Pai, Oracle Corporation, SUNOS product line
    “Bruce, your book is wonderful! Your explanations are clear and direct. Through your fantastic book I have gained a tremendous amount of Java knowledge. The exercises are also fantastic and do an excellent job reinforcing the ideas explained throughout the chapters. I look forward to reading more books written by you. Thank you for the tremendous service that you are providing by writing such great books. My code will be much better after reading Thinking in Java. I thank you and I’m sure any programmers who will have to maintain my code are also grateful to you.”
    —Yvonne Watkins, Java artisan, Discover Technologies, Inc.
    “Other books cover the what of Java (describing the syntax and the libraries) or the how of Java (practical programming examples). Thinking in Java is the only book I know that explains the why of Java: Why it was designed the way it was, why it works the way it does, why it sometimes doesn’t work, why it’s better than C++, why it’s not. Although it also does a good job of teaching the what and how of the language, Thinking in Java is definitely the thinking person’s choice in a Java book.”
    —Robert S. Stephenson
    Awards for Thinking in Java
    2003 Software Development Magazine Jolt Award for Best Book
    2003 Java Developer’s Journal Reader’s Choice Award for Best Book
    2001 JavaWorld Editor’s Choice Award for Best Book
    2000 JavaWorld Reader’s Choice Award for Best Book
    1999 Software Development Magazine Productivity Award
    1998 Java Developer’s Journal Editor’s Choice Award for Best Book

    Thinking in Java has earned raves from programmers worldwide for its extraordinary clarity, careful organization, and small, direct programming examples. From the fundamentals of Java syntax to its most advanced features, Thinking in Java is designed to teach, one simple step at a time.

    • The classic object-oriented introduction for beginners and experts alike, fully updated for Java SE5/6 with many new examples and chapters!
    • Test framework shows program output.
    • Design patterns are shown with multiple examples throughout: Adapter, Bridge, Chain of Responsibility, Command, Decorator, Facade, Factory Method, Flyweight, Iterator, Data Transfer Object, Null Object, Proxy, Singleton, State, Strategy, Template Method, and Visitor.
    • Introduction to XML for data transfer; SWT, Flash for user interfaces.
    • Completely rewritten concurrency chapter gives you a solid grasp of threading fundamentals.
    • 500+ working Java programs in 700+ compiling files, rewritten for this edition and Java SE5/6.
    • Companion web site includes all source code, annotated solution guide, weblog, and multimedia seminars.
    • Thorough coverage of fundamentals; demonstrates advanced topics.
    • Explains sound object-oriented principles.
    • Hands-On Java Seminar CD available online, with full multimedia seminar by Bruce Eckel.
    • Live seminars, consulting, and reviews available. See www.MindView.net

    Download seven free sample chapters from Thinking in Java, Fourth Edition. Visit http://mindview.net/Books/TIJ4.


    Tags Customers Associate with This Product

     (What's this?)
    Click on a tag to find related items, discussions, and people.
     
    (1)

    Your tags: Add your first tag
     

    What Other Items Do Customers Buy After Viewing This Item?


     

    Customer Reviews

    269 Reviews
    5 star:
     (163)
    4 star:
     (43)
    3 star:
     (24)
    2 star:
     (20)
    1 star:
     (19)
     
     
     
     
     
    Average Customer Review
    4.2 out of 5 stars (269 customer reviews)
     
     
     
     
    Share your thoughts with other customers:
    Most helpful customer reviews

    2 of 2 people found the following review helpful:
    5.0 out of 5 stars masterpiece in teaching!, Jun 19 2004
    By 
    Vahania63 (Michigan United States) - See all my reviews
    This review is from: Thinking in Java (Paperback)
    I consider myself quite experienced in Java but from the moment I started this book I couldn't put it down. The reason is such clarity in logic and simplicity in explanation of sometimes very complicated subjects, which by itself is an art. I believe that anybody with just basic knowledge of software development will understand the innerworkings of Java described in this book. It explains not just the semantics of the language but also a philosophy and logic behind certain decisions. I believe that a reader will get not only a guidance about practical aspects of programming in Java (which this book certainly provides) but he will also become a better software designerin general.
    I see that Bruce Eckel has two more books related to Java (about patterns and enterprise Java - unfortunately there are only electronic versions) that are available on his web site. I am looking forward to reading them.
    Help other customers find the most helpful reviews 
    Was this review helpful to you? Yes No


    1 of 1 people found the following review helpful:
    5.0 out of 5 stars The Best technical reference I own, July 16 2004
    This review is from: Thinking in Java (Paperback)
    I'm a software engineer and I obviously read and studied various books on diffirent programming languages. My biggest claim to fame is C Programming, but I thought about object orientation for a long time and that's how I came across "Thinking in Java".

    I Downloaded the book and even printed it and eventually bought a proper copy, because I was convinced it should be on my bookshelf. After reading the firts couple of chapters I have to admit that for the first time I really do understand object orientation through the clear and concise explanation backed up by good examples given on the subject.

    Any one interested in Java should defenately own this.

    Help other customers find the most helpful reviews 
    Was this review helpful to you? Yes No


    1 of 1 people found the following review helpful:
    2.0 out of 5 stars B.S. in Computer Science Required, Aug 12 2001
    By A Customer
    This review is from: Thinking in Java (Paperback)
    This book should come with a warning: B.S. in Computer Science required. On a positive note, TIJ has interested me in improving upon my education. However, if you don't have the education, or at least a solid grounding in computer architecture, OOP, and Data Structures, you'll glean very little from this deceptively weighty tome.
    Help other customers find the most helpful reviews 
    Was this review helpful to you? Yes No

    Share your thoughts with other customers: Create your own review
    Want to see more reviews on this item?
     Go to Amazon.com to see all 311 reviews  4.2 out of 5 stars 
     
     
    Most recent customer reviews











    Only search this product's reviews



    Listmania!


    Look for similar items by category


    Look for similar items by subject


    Feedback


    Amazon.ca Privacy Statement Amazon.ca Shipping Information Amazon.ca Returns & Exchanges