资讯

Some words can’t be utilized as variables, identifiers or classes, as they are part of Java’s syntax. Examples of keywords include: abstract, boolean, byte, class and interface.
Java is a case-sensitive language, which means that identifiers differing in case are considered separate identifiers. For example, age and Age are separate identifiers.