Keyword definition in java 834334-Transient keyword in java definition
You cannot use them as identifiers in your programsA Java keyword is one of 50 reserved terms that have a special function and a set definition in the Java programming language The fact that the terms are reserved means that they cannot be used as identifiers for any other program elements, including classes, subclasses, variables, methods and objects Keywords in the Java programming languageDefinition and Usage The extends keyword extends a class (indicates that a class is inherited from another class) In Java, it is possible to inherit attributes and methods from one class to another We group the inheritance concept into two categories To inherit from a class, use the extends keyword Java Double Array Double Array In Java Transient keyword in java definition