Multiple choice java Which one of the following escape sequences cannot appear in a string literal? \f \u " \\ 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.