0% found this document useful (0 votes)
148 views4 pages

Java Tokens

Java code is broken down into the smallest elements called tokens by the compiler. Tokens are individual text elements or words that make up the Java program. The compiler analyzes the tokens to understand and execute the code.

Uploaded by

rajeshchoudhary
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
148 views4 pages

Java Tokens

Java code is broken down into the smallest elements called tokens by the compiler. Tokens are individual text elements or words that make up the Java program. The compiler analyzes the tokens to understand and execute the code.

Uploaded by

rajeshchoudhary
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 4

JAVA TOKENS

The Java compiler breaks the line of code into text (words) is called Java tokens. These
are the smallest element of the Java program
DIFF. C++ AND JAVA

You might also like