Class object
Appearance
There is a difference in Java...
Classes are different to objects. In Java for example, you would use a reference (the object) to act on anything available to you in that object. You would get that reference from the template (the class). One way to get that reference is by using the new keyword. The idea is that you never actually have the class, only a reference to it.