Computer Science, asked by bhandprachi55, 1 month ago

Explain Tokens used for managing the flow of control in a Java program.​

Answers

Answered by Anonymous
0

Explanation:

Condensation is the process where water vapor becomes liquid. It is the reverse of evaporation, where liquid water becomes a vapor. Condensation happens one of two ways: Either the air is cooled to its dew point or it becomes so saturated with water vapor that it cannot hold any more water.

Answered by ay8076191
1

Explanation:

hlo mate here's your answer

A token is the smallest element of a program that is meaningful to the compiler. Tokens can be classified as follows:

Keywords

Identifiers

Constants

Special Symbols

Operators

Keyword: Keywords are pre-defined or reserved words in a programming language. Each keyword is meant to perform a specific function in a program. Since keywords are referred names for a compiler, they can’t be used as variable names because by doing so, we are trying to assign a new meaning to the keyword which is not allowed. Java language supports following keywords:

I hope its help you mark as brainlist plz ok

Similar questions