Some things that are easy to make mistakes in Java writing
1) instanceof: The object of a class that implements a certain interface is also an instance of the interface; the object of a certain class is also an instance of the super class of the class. 2) The method modified by native() has no method body, and
2024-11-16