/* */ Click to Join Live Class with Shankar sir Call 9798158723

What are Tokens?


Tokens is a building blocks of a Programing . That are include a keywords, operators, constants or other unique syntactic stuff specific to the language. The compiler identifies these tokens based on delimiters and converted into a bytecode.

A Java Program is make up of Classes and Methods and this methode can be contain a different statements and a Statement was consists of variables, constants, operators.

Java tokens is a text that is produced when a Java compiler was splits into a line of code. These words are recognized as a tokens by the Java compiler. The delimiters divide these tokens separately.


The categories which are apply for tokens are:

  1. Keywords
  2. Identifiers
  3. Literals
  4. Operators
  5. Comments
Tip :Every coder struggles a bit when they’re first starting out, and you shouldn’t expect anything different from yourself. It’s simply part of the learning process. But if you stick to it, and you’ll learn these skills faster than you ever thought possible.