Under the hood a String is not stored as byte[] but as a char[] which is a significant difference because char's in Java are unicode (2 bytes).
確定! 回上一頁