Core Java Volume I 读书笔记--第3章 Java的基本程序设计结构

3.1  Hello World 入门 public class FirstSample {    publicstatic void main(String[] args){         System.out.println("we will not use 'Hello world!'");    } }   HELLO WORLD 是各个语言约定成俗的入门第一个程序。 Hello Wor
相关文章
相关标签/搜索