What do you understand by Token? Name different types of tokens used in Java.
14 Likes
A token is the smallest element of a program that is meaningful to the compiler. The different types of tokens in Java are:
Answered By
7 Likes
Define constant with an example.
What do you understand by primitive and non primitive data types? Give two examples of each.
What are the points to be taken care while assigning variables in Java programming?
Differentiate between Integer and Floating constant