The char array will be initialized to '\u0000' when you allocate it. All arrays in Java are initialized to the default value for the type. This ...
確定! 回上一頁