Yes, intern classes can be declared as static.

Here is an example:

public class OuterClass {
private static class InnerClass {
}
...