Java Tokens A java programes is basically a collection of classes. A class is defined by a set of declaration statements and methods containing executable statements. Most statements contain expression which describe the actions carried out on data. Smallest individual units in a program are know as token. The compiler recognizes them for building up expressions and statements. In a simple terms, a java program is a collection of tokens, comments and white spaces. Java language includes five type of token. Reserved Keyword Identifiers Literals Operators Separators Reserved Keyword: Keywords are an essential part of language definition. Keywords are the words whis defination is already known to java. They implements specific featues of language. Java has 50 reserved keyword. These keywords, combined with operators and separators according to syntax, from defin...
A blog about Java basic concept, Java Keywords, Algorithems, Loops, Conditional loops, Data Structure, Java collections, Database, OOPS concepts, Java Interface, Java String, Java Execption handling, Java Networking, Java AWT, Java Swing, Java Applet, Java JDBC, Java Multithreading, Java I/O, Java String, Java conversion, Java date. And we are going to explain every point in deep for better understanding.