Trace a Stack to the Server Console <% try{ int a[] =new int[6]; for(int i = 0; i<7; i++){ a[i]=i; } } catch (Exception e){ e.printStackTrace(); } %>