Final Keyword:The "final" keyword is used to declare constants, preventing their values from being modified.
Public Keyword: The "public" keyword is an access modifier that allows members (variables, methods) to be accessed from any other class.
Private Keyword: The "private" keyword is an access modifier that restricts members (variables, methods) to be accessed only within the same class.