I am not completely useless.<br />I can be used as a bad example.<br /> <br />SCJP 1.4
As every array objects take the default value of the declared type, how will i traverse thru the following code Object obj = new int[10]; now, the 10 objects should have the default value as 0. The question is, how do i traverse the array ??