First page Back Continue Last page Graphics
Example
System is a builtin class
out is a variable in the System class of type PrintStream, another builtin class
out is like stdout in C
getClass is a method in the builtin Object class, the supertype of all objects, including x's class
getName is a method in the builtin Class class
so this statement prints the name of x's class