In Java, what would a variable of type int
hold if it was not initialized (I know that it will not let me compile if I used x
directly before initializing)?
say, if I did:
int x;
and how about
int[] x;
Thanks
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…