I have here a simple question related to Java. Let\'s say you have an int array as instance variable:
int[] in = new int[5];
So, now by def
THe Array Doesn't Contain 5 zeroes when you instantiate it as a local variable.