Converting
Head First Java
Concepts and Code to C#
Home
About
Chapters
Resources
Contact
Introduction
Chapter 1
Chapter 2
Chapter 3
Chapter 4
Chapter 2
Page 39: Boolean Type
Java:
boolean
C#:
bool
Note:
Here is a
comparison of C# and Java data types
. Look at the "Built-In Data Types" section.
Page 40: Garbage Collection
Note:
Here is a
explanation of Garbage Collection in C# vs. Java
.