class Helloword{ public static void main(String [] args){ System.out.pringt(“helloword!!”); } } java hello; 注释 // 单行注释 /* / 多行注释 /* */ 文本注释