When operations on different character sets need to be done in Java, we need to initialize JVM with required options.
First lets have a look at basics of java character encodings.
Internally the JVM always operates with Unicode.
Data transferred in or out of the JVM is converted to a format specified in the file.encoding property of the [...]
