1. public class Foo {2. static int[] a;3. static { a[0]=2; }4. public static void main( String[] args ) {}5. }