设数组a的定义为:int[]a = new int[3];则数组a所占存储空间的字节数是

设数组a的定义为:int[]a = new int[3];则数组a所占存储空间的字节数是
A、3字节
B、6字节
C、12字节
D、24字节
【正确答案】:C