class
reserved word in Java is a way of defining a new type.
Java has built-in types like int
, boolean
, and char
as well as built-in class types like String
and Applet
.
By using class
, you can create new types that are needed to develop
your application. Remember that classes are templates for objects.