1) InstanceOf: Objects that implement a class of an interface are also instances of the interface; some types of objects are also instances of such superclasses.
2) Native () modified method has no method, with a semicolon ";" instead of braces.
3) Main is not a keyword.
4) System.exit (int value), that is, as long as it is int, it is possible to exit system.exit ('A'); the same is legal.
5) &, | Can be used on int and Boolean, and ^ (videol or) can only be used on int.
6) If a class and an interface are defined in the same file, and the class is declared as public, you can't write before the interface, because the interface can only be modified with public, and one file can only have a public access Control keyword.
7) Unreachable Statement will appear in a few cases below Unreachable Statement
(1) Write the statement after the ReutRn statement. (2) Write the statement after the Throw statement. (3) The statement is defined after BREAK and Continue statement.
8) "/ u10100" // legal, equivalent to '/ u1010' and string "0"
9) Displacement operator can be used for long int car short byte
10) The access control of the class can be public or nothing.
11) Goto is a reserved word but is not a keyword. THEN is not.
12) When the type of superclass is forced to convert the object to the subclass, there is no abnormality, but there is an abnormality when running.