java hello world
Posted 昨日已逝
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了java hello world相关的知识,希望对你有一定的参考价值。
1◆java envirement
jvm : java virtual machine |
安装环境 |
2◆安装idea
3◆ hello
public class A{ public static void main(String[] args){ System.out.print("hello word"); }
} |
4◆ 小结
以上是关于java hello world的主要内容,如果未能解决你的问题,请参考以下文章