These are the first data types we'll use:
String
int
Then these data types:
boolean
double
Later, we'll use other types, and we'll code our own types.
NOTE WELL
-- Java is case sensitive. In other words Java expects "String" and not "string", and "int" and not "INT", etc.
Introduction To Objects With Java (Chapter 303 - Object Data)
Chapter 303 - Object Data
Data Types
Chapter Contents
Overview
Example
Challenge
Chapter
Top
Search
TOC