If the length is always identical you can save 1000000 calls to new(). Because new String(char[]) uses Arrays.copyOf() , you don't need a ...
確定! 回上一頁