码迷,mamicode.com
首页 > 编程语言 > 详细

java运行原理

时间:2019-03-18 22:27:11      阅读:162      评论:0      收藏:0      [点我收藏+]

标签:ESS   string   hello   public   first   技术   png   []   term   

//java运行机制,MyFirst.java(源文件)
class MyFirst{
int y=2;
public static void main(String [] args){
System.out.println("Hello World MyClass!");
}
}
//java运行机制
技术图片

java运行原理

标签:ESS   string   hello   public   first   技术   png   []   term   

原文地址:https://blog.51cto.com/12013190/2364983

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!