Skip to content

Java Pocket Guide

Best in textbook rentals since 2012!

ISBN-10: 0596514190

ISBN-13: 9780596514198

Edition: 2008

Authors: Robert Liguori, Patricia Liguori

List price: $14.99
Blue ribbon 30 day, 100% satisfaction guarantee!
what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

Description:

How many times have you reached an impasse while writing code because you couldn't remember how something in Java worked? This new pocket guide is designed to keep you moving. Concise, convenient and easy to use, the Java Pocket Guide gives you Java stripped down to its bare essentials -- in fact, it's the only book on Java that you can actually fit in your pocket. Written by Robert and Patricia Liguori, senior software and lead information engineers for Java-based air traffic management and simulation environments, Java Pocket Guide contains everything you really need to know about Java, particularly everything you need to remember. The book pays special attention to the new areas in…    
Customers also bought

Book details

List price: $14.99
Copyright year: 2008
Publisher: O'Reilly Media, Incorporated
Publication date: 3/18/2008
Binding: Paperback
Pages: 194
Size: 4.25" wide x 7.00" long x 0.50" tall
Weight: 0.176
Language: English

Robert Liguori is a Senior Software Engineer and has been developing, maintaining and testing air traffic management systems since 1996. He is currently the lead developer for several Java based air traffic management applications. Mr. Liguori has a Bachelors degree in Computer Science and Information Technology from Richard Stockton College of New Jersey and is a Sun Certified Java Professional. Mr. Liguori is also the President of the Atlantic City Java User Group.

Java Pocket Guide
Preface
Book Structure
Font Conventions
Comments and Questions
Authors Safari-� Books Online
Acknowledgments
Dedication
Language
Naming Conventions
Class Names
Interface Names
Method Names
Instance and Static Variable Names
Parameter and Local Variables Names
Generic Type Parameter Names
Constant Names
Enumeration Names
Package Names
Acronyms
Lexical Elements
Unicode and ASCII
Comments
Keywords
Identifiers
Separators
Operators
Literals
Escape Sequences
Unicode Currency Symbols
Fundamental Types
rimitive Types
iterals for Primitive Types
loating-Point Entities
umeric Promotion of Primitive Types
rapper Classes
utoboxing and Unboxing
Reference Types
Comparing Reference Types to Primitive Types
Default Values
Conversion of Reference Types
Converting Between Primitives and Reference Types
Passing Reference Types into Methods
Comparing Reference Types
Copying Reference Types
Memory Allocation and Garbage Collection of Reference Types
Object-Oriented Programming
Classes and Objects
Variable Length Argument Lists
Abstract Classes and Abstract Methods
Static Data Members, Static Methods, and Static Constants
Interfaces
Enumerations
Annotations Types
Statements and Blocks
Expression Statements
Empty Statement
Blocks
Conditional Statements
Iteration Statements
Transfer of Control
Synchronized Statement
Assert Statement
Exception Handling Statements
Exception Handling
The Exception Hierarchy
Checked/Unchecked Exceptions and Errors
Common Checked/Unchecked Exceptions and Errors
Exception Handling Keywords
The Exception Handling Process
Defining Your Own Exception Class
Printing Information About Exceptions
Java Modifiers
Access Modifiers
Other (Non-Access) Modifiers
Platform
Java Platform, SE
Common Java SE API Libraries
Development Basics
Java Runtime Environment