Computer Science, asked by pragyatripathi66, 8 months ago

what is meant by Java tokens list its types​

Answers

Answered by Anonymous
4

Answer:

In Java, a program is a collection of classes and methods, while methods are a collection of various expressions and statements. Tokens in Java are the small units of code which a Java compiler uses for constructing those statements and expressions. Java supports 5 types of tokens which are: Keywords.

Plzzzzzzzzzz. mark me as brainliest......................

Answered by f4Faizan
3

Answer:

Java tokens are smallest elements of a program which are identified by the compiler. Tokens in java include identifiers, keywords, literals, operators and, separators.

Similar questions