Latest Java Aptitude Question SOLUTION: Observe the code. public class Sample { public static void main(String args[]) { int i=10,j=0,k; try { k=i/j; } catch(Exception e) { Syste