2012年1月21日

JAVA中的main函数

摘要: package com.han; public class HanTest { public static void main(String[] args){ if(args==null){ throw new NullPointerException("The input is \"null\""); }else if((args.length!=1&&args.length!=2)){ Throwable cause=new Throwable("You have to input 1 or 2 String argumen 阅读全文

posted @ 2012-01-21 00:32 java课程设计 阅读(267) 评论(0) 推荐(0) 编辑

导航