R
RicercatoreSbadato
When I do
int[] array = new int[256];
the array is still cleared or I have to set all the values to 0?
int[] array = new int[256];
the array is still cleared or I have to set all the values to 0?