Smallest individual part of a java program is called Token. It is possible to provide any number of spaces in between two token Example:- class Test { public static void main(String args[]) { System.out.println(“hi this is Atul”); } } Tokens are———àclass , test , { ,”,[ …..etc