Multiple choice

Which of the following separators in java is used to separate consecutive identifiers in a variable declaration?

  1. ( )

  2. { }

  3. [ ]

  4. , (Comma)

  5. ; (Semicolon)

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

This separator in java is used to separate consecutive identifiers in a variable declaration.