Saved Bookmarks
| 1. |
What is java compiler , java tokens? |
|
Answer» Explanation: Java TOKENS are the smallest individual building block or smallest unit of a Java program; the Java compiler uses it for constructing EXPRESSIONS and statements. Java program is a collection of different TYPES of tokens, COMMENTS, and white spaces. ... There are various tokens used in Java: Reserved Keywords. Identifiers. please MARK me as brainliest please |
|