Is java char big endian in JVM memory [stack/heap]? That is is it UTF-16 LE or UTF-16 BE?
I think It really shouldn't matter that much and it is upto JVM implementation and keeps the native chip order for perf. reasons. That is LE for intel etc. Is that correct?
Or is it specified in Java spec. itself?