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 2 left in stock--order soon (more on the way).
Want it delivered Tuesday, May 29? 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

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.

    Review

    "This book is a tremendous achievement. You owe it to yourself to have a copy on your shelf. The chapter on iostreams is the most comprehensive and understandable treatment of that subject Ive seen to date." - Al Stevens Contributing Editor, Doctor Dobbs Journal" Eckels book is the only one to so clearly explain how to rethink program construction for object orientation. That the book is also an excellent tutorial on the ins and outs of C++ is an added bonus." - Andrew Binstock Editor, Unix Review"Bruce continues to amaze me with his insight into C++, and Thinking in C++ is his best collection of ideas yet. If you want clear answers to difficult questions about C++, buy this outstanding book." - Gary Entsminger Author, The Tao of Objects"Thinking in C++ patiently and methodically explores the issues of when and how to use inlines, references, operator overloading, inheritance, and dynamic objects, as well as advanced topics such as the proper use of templates, exceptions and multiple inheritance. The entire effort is woven in a fabric that includes Eckels own philosophy of object and program design. A must for every C++ developers bookshelf, Thinking in C++ is the one C++ you must have if youre doing serious development with C++." - Richard Hale Shaw Contributing Editor, PC Magazine --This text refers to an out of print or unavailable edition of this title.

    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 313 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