Variables and assignment in Java
Overview
Teaching: 45 min
Exercises: 15 minQuestions
What are the primitive types in Java?
How do I store literal values in a Java program?
Objectives
Understand the Java primitive types.
Create Java programs that capture variables
Key Points
Java variables