Computer Science, asked by tanveerulhaque148, 5 months ago

Smallest meaningful element of Java program.

Constant

Variable

Token

Keyword

Answers

Answered by Anonymous
1
A token is the smallest element of a program that is meaningful to the compiler. The compiler breaks lines into chunks of text called tokens. Tokens supported in Java include keywords, variables, constants, special characters, operations etc.
Answered by adarshkumar6488
0

Answer:

TOKEN

Explanation:

A token is the smallest element of a program that is meaningful to the compiler.

Similar questions