Join Examsbook
1615 0

Q: Which is a reserved word in the java programming language?

  • 1
    Variable
  • 2
    Identifier
  • 3
    Keyword
  • 4
    Main
  • Show AnswerHide Answer
  • Workspace

Answer : 3. "Keyword"
Explanation :

Answer: C) Keyword Explanation: Reserved words are words that cannot be used as object or variable names in a Java program because they're already used by the syntax of the Java programming language. Java reserved words are keywords that are reserved by Java functions or other uses that cannot be used as identifiers (e.g., variable names, function names, class names). If a reserved word was used as a variable you would get an error or unexpected result.   Examples : Int, Long, Abstract, Class, Break, Catch, Case, Public, Static, Void,...

Are you sure

  Report Error

Please Enter Message
Error Reported Successfully