Skip to content

Commit ffcb205

Browse files
authored
Merge pull request #178 from PuskarC/jvm_issue129
Added the JVM definition and cleaned up the paragraph
2 parents bbac2e0 + 65c62eb commit ffcb205

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

source/ch2_firstjavaprogram.ptx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,8 @@ $
240240
<idx>JVM</idx>
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.
243-
We call the code that the JVM understands <term>byte code</term>.
244-
The JVM interprets the byte code much like the Python interpreter interprets your Python.
243+
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 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)