Skip to content

Addison-Wesley's Java Backpack Reference Guide

Best in textbook rentals since 2012!

ISBN-10: 0321304276

ISBN-13: 9780321304278

Edition: 2005

Authors: Peter DePasquale

List price: $24.99
Blue ribbon 30 day, 100% satisfaction guarantee!

Rental notice: supplementary materials (access codes, CDs, etc.) are not guaranteed with rental orders.

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:

A quick reference to Java's most frequently used keywords and APIs. Provides information for someone who just wants the specifics of Java. Integrates syntax examples, keyword descriptions, and programming tips in a way that will make it the must-have reference. For a reader who wants a reference and specifics of Java in one handy place.
Customers also bought

Book details

List price: $24.99
Copyright year: 2005
Publisher: Pearson Education
Publication date: 11/17/2004
Binding: Paperback
Pages: 96
Size: 4.70" wide x 7.80" long x 0.40" tall
Weight: 0.242
Language: English

Peter DePasquale's involvement in boxing dates to the early 70's when he competed as an open-class amateur boxer in New York & New Jersey. When his boxing days were over, he continued doing a boxer's workout for fitness & stress release while pursuing a successful career in advertising. He wrote The Boxer's Workout at the suggestion of fellow white collar boxers at the New York Gramercy Gym & featured them in the book. Mr. De'Pasquale trained, co-trained, managed or co-managed many successful boxers: including several amateur & professional champions. He started a boxing promotion company with his brothers & in 1995 they were named "Promoters of the Year" by the USBA (US Boxing…    

Contents
Java Fundamentals
Java Escape Sequences
Java Numeric Primitive Types
Java Reserved Literals
Java Logical Operators
Java Equality and Relational Operators
Java Bitwise Operators
Java Widening Conversions
Java Narrowing Conversions
Java Visibility Modifiers
Java Operator Precedence
Summary of Selected Java Packages
Common Java Executable Applications
Java Reserved Wordsabstract (modifier)
Assert (control)
Boolean (data type)break (control)
Byte (data type)
Case (control)
Catch (control)
Char (data type)
Class (class-related)
Const (unused)
Continue (control)
Default (control)
Do (control)
Double (data type)
Else (control)
Enum (data type)
Extends (class-related)
Finally (control)
Float (data type)
For (control; iterator-style)
For (control; traditional-style)
Goto (unused)
Import (class-related)
Instanceof (class-related)
Int (data type)
Interface (class-related)
Long (data type)
Native (modifier)
New (class-related)
Package (class-related)
Private (modifier)
Protected (modifier)
Public (modifier)
Return (control)
Short (data type)
Static (modifier)
Strictfp (modifier)
Super (class-related)
Switch (control)
Synchronized (modifier)
This (class-related)
Throw (control)
Throws (class-related)
Transient (modifier)
Try (control)
Void (data type)
Volatile (modifier)
While (control)
Commonly Used Java API Classes and Interfaces
Boolean (class)
Cloneable (interface)
Comparable (interface)
DecimalFormat (class)
Double (class)
Float (class)
Integer (class)
Long (class)
NumberFormat (class)
Random (class)
Scanner (class)
Serializable (interface)
Short (class)
String (class)