Multiple choice technology web technology

The default encoding for jaxb marshalling is

  1. ISO – 8859 -1

  2. ISO – 8860 – 1

  3. UTF – 8

  4. UTF – 16

Reveal answer Fill a bubble to check yourself
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.