Java API Classes
Unlike many other languages, you will referring to the classes in the API.
/util/lang/jdk1.2/src/java
“cd” to any package of interest:
awt, lang, io, graphics…..
You will see the methods and data defined in the classes in the package.