Thinking in Java

Front Cover
Pearson Education, 2006 - Computers - 1482 pages

" 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 Java2003 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, Ite
 

Contents

Preface
1
Introducion
13
Introdction to Objects
23
Everything Is an Object
61
Operators
93
Controlling Execution
135
Initialization Cleanup
155
Access Control
209
Strings
503
Type Information
553
Generics
617
Arrays
747
Containers in Depth
791
IO
901
Enumerated Types
1011
Annotations
1059

Reusing Classes
237
Polymorphism
277
Interfaces
311
Inner Classes
345
Holding Your Objects
389
Error Handling with Exceptions
443
Concurrency
1109
Graphical User Interfaces
1303
Supplements
1449
Resources
1455
Index
1463
Copyright

Other editions - View all

Common terms and phrases

About the author (2006)

Bruce Eckel is president of MindView, Inc. (www.MindView.net), which provides public and private training seminars, consulting, mentoring, and design reviews in object-oriented technology and design patterns. He is the author of several books, has written more than fifty articles, and has given lectures and seminars throughout the world for more than twenty years. Bruce has served as a voting member of the C++ Standards Committee. He holds a B.S. in applied physics and an M.S. in computer engineering.

Bibliographic information