First page Back Continue Last page Graphics
Notes on the Example
Every Java application must have a main method, defined in a class
println is a method in a builtin output stream class for writing to standard output
The ``+'' operator for strings is defined to be concatenation
The value of b is not affected because it is a primitive type, and therefore a copy