Home » JAVA Programming » Variable Types » Question
  1. Which of these can not be used for a variable name in Java?
    1. identifier
    2. identifier & keyword
    3. keyword
    4. None of these
    5. NA
Correct Option: C

Keywords are specially reserved words which can not be used for naming a user defined variable, example : class, int, for etc.



Your comments will be displayed only after manual approval.