What is the relationship between a Java class and an object?
A class defines shared structure and behavior; an object is a specific instance of that class.
Every class is a text file and every object is a directory.
An object defines a class, but a class can never create an object.
They are two words for the same single runtime value.