1. What is meant by token ? Name the tokens available in Java
Answers
Answered by
9
Answer:
Java 8Object Oriented ProgrammingProgramming. 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