InterviewSolution
Saved Bookmarks
| 1. |
What is tokens on Javaanswer fast |
| Answer» JAVA tokens are smallest ELEMENTS of a program which are IDENTIFIES by the compiler. tokens in Java include identifiers keywords literals operators and SEPARATORS. | |