Fork me on GitHub
摘要: Day011、独立编写Hello World程序。public class Test{ public static void main(String[] args){ System.out.println("Hello World!"); }}2、JDK,JRE,JVM分别是什么?(1)作用JVM:... 阅读全文
posted @ 2015-07-27 17:08 何海洋 阅读(789) 评论(0) 推荐(1) 编辑