Skip to content

Commit

Permalink
Merge pull request hollischuang#26 from miles-yan/patch-2
Browse files Browse the repository at this point in the history
Update platform-independent.md
  • Loading branch information
hollischuang committed Aug 11, 2019
2 parents 1549876 + c4b0466 commit 251e66a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions basics/java-basic/platform-independent.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@

**字节码**

各种不同的平台的虚拟机都使用统的程序存储格式——字节码(ByteCode)是构成平台无关性的另个基石。Java虚拟机只与由自己码组成的Class文件进行交互
各种不同的平台的虚拟机都使用统的程序存储格式——字节码(ByteCode)是构成平台无关性的另个基石。Java虚拟机只与由字节码组成的Class文件进行交互

我们说Java语言可以Write Once ,Run Anywhere。这里的Write其实指的就是生成Class文件的过程。

Expand Down Expand Up @@ -119,4 +119,4 @@ Java的平台无关性是建立在Java虚拟机的平台有关性基础之上的
[6]: https://www.hollischuang.com/wp-content/uploads/2019/03/15539297082025.jpg
[7]: https://www.hollischuang.com/wp-content/uploads/2019/03/15539303829914.jpg
[8]: https://www.hollischuang.com/wp-content/uploads/2019/03/15539319645205.jpg
[9]: https://www.hollischuang.com/archives/2938
[9]: https://www.hollischuang.com/archives/2938

0 comments on commit 251e66a

Please sign in to comment.