Reputation: 4268
Using the method String.getBytes(Charset cs)
we can turn a string into a byte array with respect to a certain encoding. But before doing that the string is already stored at some point in our random access memory. Which charset is used here?
Upvotes: 1
Views: 54