initializer

Average Rating
0 out of 5 stars. 0 votes.

initializer

“The static _______ block is a code block prefixed by the static keyword//examplestatic boolean[] switches = new boolean[5];_____ { System.out.println(“”””); for (int i=0; i<5; i++) { switches[i] = true; }}"