static keyword in Java in Hindi ((हिंदी में): How static keyword is used in Java? what are static fields and methods in java?
static keyword in java can be used with a field/variable, method or a block of code.static methods can directly access static variables of the class and manipulate them.static fields are class fields.