Free Video - Video #2 - Variables
Sign-up to access ALL videos
Description
In this Java programming tutorial, I will give you an introduction on what a variable is, and how they are used in Java. It will also show some coding examples.
Exercise files available to download, but you need to
sign-up to get access.
Homework
Your assignment for this week, is to learn a little bit more about the different kinds of variables that can be used in Java. I'll first ask you to read up on the basic variables in Java. These basic variables are known as
primitive data types and these data types can be found in most object-oriented programming languages today.
Please read through this Oracle (company that owns Java) documentation on
Primitive Data TypesPay close attention to the types
int,
long,
float,
double and
boolean.
Test
If you haven't already, you'll need to pass a test in order to proceed to the next video.
Just
sign-up to see the tests that are available to complete.