There is only one type of class. Since a class is just the program you are creating, the name of the class.
For example, if I were to make a program that has a robot in it I would have:
public class Robot {
"Robot" is the class or the name of the program.