What does the token keyword refers to, in context of java??
Answers
Answered by
33
The reserved words used in the system that send a special meaning to the computer and can't be applied as a variable name in a program are called keywords.
For example:- switch , throws. etccc
Thanks!
Ashishkumar098:
Nyc ✌️✌️
Answered by
10
Hey dear ‼️
Answer...
Java Tokens:- A java Program is made up of Classes and Methods and in the Methods are the Container of the various Statements And a Statement is made up of Variables, Constants, operators etc .
Tokens are the various Java program elements which are identified by the compiler and separated by delimiters. The delimiters are not part of the tokens. 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.
keep loving...❤️❤️❤️❤️❤️✌️
Similar questions