Skip to content

Commit 65c62eb

Browse files
Puskar ChapagainPuskar Chapagain
authored andcommitted
Added the JVM definition and cleaned up the paragraph
1 parent ff1b772 commit 65c62eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/ch2_firstjavaprogram.ptx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ $
241241
<idx>byte code</idx>
242242
The job of the compiler is to turn your java code into language that the Java Virtual Machine (<term>JVM</term>) can understand.
243243
JVM is a <term>bytecode</term> interpreter that allows Java programs to run on any platform without having to modify them.
244-
The JVM interprets the byte code much like the Python interpreter interprets your Python.
244+
The JVM interprets the byte code much like the Python interpreter does with Python.
245245
However since byte code is much closer to the native language of the computer it can run faster.
246246
</p>
247247

0 commit comments

Comments
 (0)