Concurrent Work
Rambling of a coder who craves for knowledge and understanding of the world.
All Posts
Tags
About
Bytecode
20
Jul 2018
深入jvm-1
Written by Dongfang Qu
初探字节码与jvm public class Foo { public static void main(String[] args) { boolean flag = true; if (flag) { System.out.println("Hello, Java!"); } …