The default encoding for jaxb marshalling is
-
ISO – 8859 -1
-
ISO – 8860 – 1
-
UTF – 8
-
UTF – 16
C
Correct answer
Explanation
UTF-8 is the default encoding for JAXB marshalling as it's the most widely supported Unicode encoding that can represent any character. ISO-8859-1 only supports Western European languages, and ISO-8860-1 is not a valid standard.