public class BoundsFail { int a; public static void main(String str[]) { int a[]=new int[10]; a[-1]=2; } }