Multiple choice

Which of the following backslash character constants is used to represent an octal character in java?

  1. ' '

  2. ''

  3. 'DDD'

  4. n

  5. b

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

This backslash character constant is used to represent an octal character in java.