Tag Static Class in Java
Static Nested Class in Java

When an inner class is defined with a static modifier inside the body of another class, it is known as a static nested class in Java. A static nested class is also considered a top-level class, nested top-level class, or…