Thinking in Java, 4/e (Paperback)

Bruce Eckel

買這商品的人也買了...

商品描述

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.

商品描述(中文翻譯)

《Thinking in Java》是一本被每位Java程式設計師都應該從頭到尾閱讀並經常參考的書籍。這本書的練習題具有挑戰性,其中關於集合的章節更是出色!這本書不僅幫助我通過了Sun認證的Java程式設計師考試,也是我在遇到Java問題時首先翻閱的書籍。——Jim Pleger,Loudoun County(維吉尼亞州)政府

《Thinking in Java》比我見過的任何其他Java書籍都要好得多。可以說是“相差一個數量級”……非常完整,具有優秀的直截了當的範例和智慧而不是簡化的解釋……與許多其他Java書籍相比,我發現它非常成熟、一致、誠實、寫得很好且精確。在我看來,這是一本學習Java的理想書籍。——Anatoly Vorobey,Technion大學,以色列海法

“絕對是我見過的最好的任何語言的程式設計教程之一。”——Joakim Ziegler,FIX系統管理員

“再次感謝你的精彩書籍。我曾經陷入困境(因為我不是C程式設計師),但是你的書籍讓我能夠以最快的速度掌握知識。從一開始就能理解底層原理和概念真的很酷,而不是通過試錯法來建立概念模型。希望不久的將來能夠參加你的研討會。”——Randall R. Hawley,自動化技術員,Eli Lilly & Co.

“這是我讀過的關於程式語言的最好的書籍之一……有史以來最好的Java書籍。”——Ravindra Pai,Oracle Corporation,SUNOS產品線

“Bruce,你的書太棒了!你的解釋清晰直接。通過你的精彩書籍,我獲得了大量的Java知識。練習題也很棒,很好地強化了章節中解釋的思想。我期待著閱讀更多你寫的書籍。感謝你通過撰寫如此出色的書籍提供的巨大服務。閱讀《Thinking in Java》後,我的程式碼將會更好。我感謝你,我相信任何需要維護我的程式碼的程式設計師也對你心存感激。”——Yvonne Watkins,Java工匠,Discover Technologies, Inc.

“其他書籍涵蓋了Java的“什麼”(描述語法和庫)或者Java的“如何”(實用的程式設計範例)。《Thinking in Java》是我所知道的唯一一本解釋Java的“為什麼”的書籍:為什麼它被設計成這樣,為什麼它運作方式如此,為什麼有時候它不起作用,為什麼它比C++更好,為什麼它不是。儘管它也很好地教授了語言的“什麼”和“如何”,《Thinking in Java》絕對是思考者在Java書籍中的首選。”——Robert S. Stephenson

《Thinking in Java》獲得了全球程式設計師的好評,因其非凡的清晰度、細心的組織和簡潔直接的程式設計範例。從Java語法的基礎知識到最高級的功能,《Thinking in Java》旨在一步一步地教授。

- 經典的面向對象入門書籍,適合初學者和專家,並根據Java SE5/6進行了全面更新,增加了許多新的範例和章節!

《Thinking in Java》獲得的獎項:

- 2003年《Software Development Magazine》Jolt Award最佳書籍獎
- 2003年《Java Developer's Journal》讀者選擇獎最佳書籍獎
- 2001年《JavaWorld》編輯選擇獎最佳書籍獎
- 2000年《JavaWorld》讀者選擇獎最佳書籍獎
- 1999年《Software Development Magazine》生產力獎
- 1998年《Java Developer's Journal》編輯選擇獎最佳書籍獎