Java in a Nutshell, 5th Edition
Publisher: O'Reilly Media
Release Date: June 2009
Pages: 1264
Read on Safari with a 10-day trial
Start your free trial now Buy on AmazonWhere’s the cart? Now you can get everything on Safari. To purchase books, visit Amazon or your favorite retailer. Questions? See our FAQ or contact customer service:
1-800-889-8969 / 707-827-7019
support@oreilly.com
In this latest revision, readers will find Java in a Nutshell, 5th Edition, does more than just cover the extensive changes implicit in 5.0, the newest version of Java. It's undergone a complete makeover--in scope, size, and type of coverage--in order to more closely meet the needs of the modern Java programmer.
To wit, Java in a Nutshell, 5th Edition now places less emphasis on coming to Java from C and C++, and adds more discussion on tools and frameworks. It also offers new code examples to illustrate the working of APIs, and, of course, extensive coverage of Java 5.0. But faithful readers take comfort: it still hasn't lost any of its core elements that made it such a classic to begin with.
This handy reference gets right to the heart of the program with an accelerated introduction to the Java programming language and its key APIs--ideal for developers wishing to start writing code right away. And, as was the case in previous editions, Java in a Nutshell, 5th Edition is once again chock-full of poignant tips, techniques, examples, and practical advice. For as long as Java has existed, Java in a Nutshell has helped developers maximize the capabilities of the program's newest versions. And this latest edition is no different.
Table of Contents
-
Introducing Java
-
Chapter 1 Introduction
- What Is Java?
- Key Benefits of Java
- An Example Program
-
Chapter 2 Java Syntax from the Ground Up
- Java Programs from the Top Down
- Lexical Structure
- Primitive Data Types
- Expressions and Operators
- Statements
- Methods
- Classes and Objects Introduced
- Arrays
- Reference Types
- Packages and the Java Namespace
- Java File Structure
- Defining and Running Java Programs
- Differences Between C and Java
-
Chapter 3 Object-Oriented Programming in Java
- Class Definition Syntax
- Fields and Methods
- Creating and Initializing Objects
- Destroying and Finalizing Objects
- Subclasses and Inheritance
- Data Hiding and Encapsulation
- Abstract Classes and Methods
- Important Methods of java.lang.Object
- Interfaces
- Nested Types
- Modifier Summary
- C++ Features Not Found in Java
-
Chapter 4 Java 5.0 Language Features
- Generic Types
- Enumerated Types
- Annotations
-
Chapter 5 The Java Platform
- Java Platform Overview
- Text
- Numbers and Math
- Dates and Times
- Arrays
- Collections
- Threads and Concurrency
- Files and Directories
- Input/Output with java.io
- Networking with java.net
- I/O and Networking with java.nio
- XML
- Types, Reflection, and Dynamic Loading
- Object Persistence
- Security
- Cryptography
- Miscellaneous Platform Features
-
Chapter 6 Java Security
- Security Risks
- Java VM Security and Class File Verification
- Authentication and Cryptography
- Access Control
- Security for Everyone
- Permission Classes
-
Chapter 7 Programming and Documentation Conventions
- Naming and Capitalization Conventions
- Portability Conventions and Pure Java Rules
- Java Documentation Comments
- JavaBeans Conventions
-
Chapter 8 Java Development Tools
-
-
API Quick Reference
-
Chapter 9 java.io
-
Chapter 10 java.lang and Subpackages
-
Chapter 11 java.math
-
Chapter 12 java.net
-
Chapter 13 java.nio and Subpackages
-
Chapter 14 java.security and Subpackages
-
Chapter 15 java.text
-
Chapter 16 java.util and Subpackages
-
Chapter 17 javax.crypto and Subpackages
-
Chapter 18 javax.net and javax.net.ssl
-
Chapter 19 javax.security.auth and Subpackages
-
Chapter 20 javax.xml and Subpackages
-
Chapter 21 org.w3c.dom
-
Chapter 22 org.xml.sax and Subpackages
-
Chapter 23 Class, Method, and Field Index
- A
- B
- C
- D
- E
- F
- G
- H
- I
- J
- K
- L
- M
- N
- O
- P
- Q
- R
- S
- T
- U
- V
- W
- X
- Y
- Z
-
-
Colophon