Log in or register to post comments A class in Java is a blueprint which includes all your data. A class contains fields (variables) and methods to describe the behavior of an object. Syntax of Class modifier class className { //class header //field, constructor //method declarations } Tags Java Classes, Methods and Objects Interview Questions Core Java Interview Questions Java Interview Questions