Classes are the fundamental building blocks of a Java program. You can define an Employee class as follows:
class Employee { int age; double salary; }