Home / CSE MCQs / DBMS MCQs :: Discussion

Discussion :: DBMS MCQs

  1. Which of these can not be used for a variable name in Java?
  2. A.
    identifier
    B.
    keyword
    C.
    both a < b
    D.
    None of the mentioned

    View Answer

    Workspace

    Answer : Option B

    Explanation :

    keyword

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


Be The First To Comment