Click on one of the above packages.
Now, find a class that looks interesting but basic. For example, if you choose java.util, then you could choose "Random". Skim over the documentation. Remember what class you choose for a future quiz (and what module and package) it belongs to.
What is the difference between:
private
protected
public
It is generally a best programming practice to specify instance variables as private. Discuss with someone why that is.
When would you want to make a method be private?. Discuss your thoughts with someone else.