Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
Main.java
Package: java1.rar [view]
Upload User: liou020
Upload Date: 2017-07-13
Package Size: 4458k
Code Size: 1k
Category:
Applet
Development Platform:
Java
- /*
- * Main.java
- *
- * Created on 2007年7月27日, 下午8:23
- *
- * To change this template, choose Tools | Template Manager
- * and open the template in the editor.
- */
- package firstexample;
- /**
- *
- * @author Administrator
- */
- public class Main {
- /** Creates a new instance of Main */
- public Main() {
- }
- /**
- * @param args the command line arguments
- */
- public static void main(String[] args) {
- System.out.print("这是第一个NetBeans例子,欢迎你,未来的中国软件教父——张弘!");
- // TODO code application logic here
- }
- }