DEVFYI - Developer Resource - FYI

What is your platform's default character encoding?

Java Interview Questions and Answers (part 2)


(Continued from previous question...)

324. What is your platform's default character encoding?

If you are running Java on English Windows platforms, it is probably Cp1252. If you are running Java on English Solaris platforms, it is most likely 8859_1..

(Continued on next question...)

Other Interview Questions