Skip to content

Just Java 2

Best in textbook rentals since 2012!

ISBN-10: 0131482114

ISBN-13: 9780131482111

Edition: 6th 2004 (Revised)

Authors: Peter van der Linden

List price: $64.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:

This is a fully updated and revised edition of Peter van der Linden's classic bestseller - the painless way to master the fundamentals of Java and server-side programming.
Customers also bought

Book details

List price: $64.99
Edition: 6th
Copyright year: 2004
Publisher: Prentice Hall PTR
Publication date: 6/21/2004
Binding: Paperback
Pages: 848
Size: 3.94" wide x 3.94" long x 3.94" tall
Weight: 2.596
Language: English

Preface
Acknowledgments
Language
What Can Java Do for Me?
What Java Does for You: Software Portability
Why Portability Matters
Language and Libraries
One Size Doesn't Fit All
Some Light Relief-A Java Desktop Application
Introducing Objects
Downloading and Compiling Java
What Is a Class?
What Is an Object?
Java Digital Clock Program
Summary
Exercises
Some Light Relief-Napster and LimeWire
Primitive Types, Wrappers, and Boxing
Literal Values
Boolean
Char
Int
Long
Byte
Short
Limited Accuracy of Floating Point Types
Double
Float
Object Wrappers for Primitives
Autoboxing and Unboxing
Performance Implications of Autoboxing
Java.lang.Object
Java.lang.String
Language Support for String Concatenation
String Comparison
Some Light Relief-Hatless Atlas
Statements and Comments
Organizing Statements
Expression Statements
Selection Statements
Looping Statements
Transfer of Control Statements
Comments
Reading the Java API
Exercises
Some Light Relief-MiniScribe: The Hard Luck Hard Disk
Oop
Constructors and Visibility
Polymorphism Is a Long Word for a Short Topic
Creating New Objects: Constructors
More About Methods
Variable-Arity Methods
Packages
How the jdk Finds Classes
Access Modifiers
Exercises
Some Light Relief-It's Not Your Father's IBM
Static, Final, and Enumerated Types
What Field Modifier static Means
What Field Modifi