Computer Science, asked by noob69663, 4 months ago

what is token name any three tokens​

Answers

Answered by Sakshi2712
0

Answer:

Tokens are the building block of a java programme.Examples:-

1. Integer

2.Floating point.

3. String

4.Character

5.Boolean

pls mark me as brainliest.

Answered by Anonymous
0

Token is a functional and fundamental unit of computer program. Each individual component of a programming statement is referred to be a token. It can be defined as each individual component of a Java program in such a way that it carries some meaning and takes part in effective effective execution of the program.The different types of tokens are:-literals, identifiers, punctuators, separators, assignment, operators, keywords.

Similar questions