Computer Applications

Read the following text and choose the correct answer:

The Java compiler breaks the line of code into text (words) is called Java tokens. These are the smallest element of the Java program. The Java compiler identified these words as tokens. These tokens are separated by the delimiters. Java tokens help the compiler. Which of the following is a type of Java token?

  1. Identifiers
  2. Keywords
  3. Operators
  4. All of these

Values & Data Types Java

4 Likes

Answer

All of these

Reason — Identifiers, keywords and operators are all tokens.

Answered By

2 Likes


Related Questions