A static class is a class that is created inside a class, is called a static nested class in Java. It cannot access non-static data members and methods.
確定! 回上一頁