This is the eBook version of the printed book.
The professional programmer’s Deitel® guide to Java™ development and the powerful Java platformWritten for programmers with a background in high-level language programming, this book applies the Deitel signature live-code approach to teaching programming and explores the Java language and Java APIs in depth. The book presents concepts in the context of fully tested programs, complete with syntax shading, code highlighting, line-by-line code walkthroughs and program outputs. The book features 200+ complete Java programs with 18,000+ lines of proven Java code, and hundreds of tips that will help you build robust applications.
Start with an introduction to Java using an early classes and objects approach, then rapidly move on to more advanced topics, including GUI, graphics, exception handling, generics, collections, JDBC™, web-application development with JavaServer™ Faces, web services and more. You’ll enjoy the Deitels’ classic treatment of object-oriented programming and the OOD/UML® ATM case study, including a complete Java implementation. When you’re finished, you’ll have everything you need to build object-oriented Java applications.
Practical, example-rich coverage of:
- Java SE 7
- Classes, Objects, Encapsulation, Inheritance, Polymorphism, Interfaces
- Integrated OOP Case Studies
- Industrial-Strength, 95-Page OOD/UML® ATM Case Study
- JavaServer™ Faces 2.0, Ajax-Enabled Web Apps, Web Services, Networking
- JDBC™, SQL, Java DB, MySQL®
- Threads and the Concurrency APIs
- I/O, Types, Control Statements, Methods
- Arrays, Generics, Collections
- Exception Handling, Files
- GUI, Graphics, GroupLayout, JDIC
- Using the Debugger and the API Docs
- Online, Three-Chapter Introduction to Android™ App Development
Visit www.deitel.com
For information on Deitel’s Dive Into® Series instructor-led training courses offered at customer sites worldwide visit www.deitel.com/training or write to deitel@deitel.com
Download code examples
Check out the growing list of programming Resource Centers
Comments from Recent Editions’ Reviewers
“Introduces good design practices and methodologies right from the beginning. An excellent starting point for developing high-quality robust Java applications.”
–Simon Ritter, Oracle Corporation
“Updated to reflect the state of the art in Java technologies; its deep and crystal clear explanations make it indispensable. Excellent coverage of exception handling. A complete introduction to Java networking. Great coverage of multithreading.”
–José Antonio González Seco, Parliament of Andalusia
“Of immense value to practit...