package test; public class StaticNestedClass { static class StaticNested { public static int ULTIMATE_QUESTION = 42; } }