Skip to content

Commit b831cea

Browse files
authored
Update index.md
1 parent 4e5fb89 commit b831cea

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

core-java/variables-data-types/index.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,11 @@ The Java compiler breaks the line of code into text words is called Java tokens.
1313
*The delimiters are not the part of the Java Tokens*
1414

1515
# Tokens:-
16-
- Identifier
17-
- Keyword
18-
- Separator
19-
- Operator
20-
- Literal
21-
- Comment
16+
<div align="center" width=700 height=200>
17+
<img src="https://github.com/user-attachments/assets/77230a9c-a012-4be8-8170-441e1c4d651e" class="execution" alt="JVM">
18+
</div><br/>
19+
20+
2221
<br/>
2322

2423
# Keywords:-

0 commit comments

Comments
 (0)