0% found this document useful (0 votes)
23 views

Java Tokens

Uploaded by

Krishna Tiwari
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
23 views

Java Tokens

Uploaded by

Krishna Tiwari
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Hello 1

Java Tokens

Java Tokens are the smallest individual building block or smallest unit of a Java program, it is used by the
Java compiler for constructing expressions and statements. Java program is collection different types of
tokens, comments, and white spaces.

Java Supports Five Types of Tokens:

 Reserved Keywords Identifiers Literals

 Operators Separators

Java Assert boolean break


Keywords
can not be
used as a
variable
name.
Abstract

Byte Case catch char

Class Const continue default

Do Double else enum

extends Final finally float

For Goto if implements

Import Instanceof int interface

Long Native new package

private Protected public return

Short Static strictfp super

Switch synchronize this throw


d

throws Transient try void

volatile While true false

Null

You might also like