目录

《Head First Java》读书笔记(二)

摘要
《Head First Java》读书笔记(二)。

Chapter 3 Know Your Variables

Declaring a variable (Java cares about type)

Primitive types (“I’d like a double with extra foam, please”)

Java keywords

Reference variables (remote control to an object)

Object declaration and assignment

Objects on the garbage-collectible heap

Arrays (a first look)

Exercises and puzzles