Multiple choice java

Which one of the following escape sequences cannot appear in a string literal?

  1. \f

  2. \u

  3. "

  4. \\

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

\u must be followed by four hexadecimal digits and is then known as a Unicode escape sequence.