Java Reference
In-Depth Information
DAY 2:
The ABCs of
Programming
A Java program is made up of classes and objects, which, in turn, are
made up of methods and variables. Methods are made up of statements
and expressions, which are made up of operators.
At this point, you might be afraid that Java is like Russian nesting
matryoshka dolls. Every one of those dolls seems to have a smaller doll
inside it, as intricate and detailed as its larger companion.
Today's lesson clears away the big dolls to reveal the smallest elements
of Java programming. You'll leave classes, objects, and methods alone for
a day and examine the basic things you can do in a single line of Java
code.
The following subjects are covered:
Java statements and expressions
n
Variables and primitive data types
n
Constants
n
Comments
n
Literals
n
Arithmetic
n
Comparisons
n
Logical operators
n
 
Search WWH ::




Custom Search