Main.java
Upload User: liou020
Upload Date: 2017-07-13
Package Size: 4458k
Code Size: 1k
Category:

Applet

Development Platform:

Java

  1. /*
  2.  * Main.java
  3.  *
  4.  * Created on 2007年7月27日, 下午8:23
  5.  *
  6.  * To change this template, choose Tools | Template Manager
  7.  * and open the template in the editor.
  8.  */
  9. package firstexample;
  10. /**
  11.  *
  12.  * @author Administrator
  13.  */
  14. public class Main {
  15.     
  16.     /** Creates a new instance of Main */
  17.     public Main() {
  18.     }
  19.     
  20.     /**
  21.      * @param args the command line arguments
  22.      */
  23.     public static void main(String[] args) {
  24.        System.out.print("这是第一个NetBeans例子,欢迎你,未来的中国软件教父——张弘!");
  25.         // TODO code application logic here
  26.     }
  27.     
  28. }