摘要:
代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->package com.java.test;publicclass Test {publicstaticvoid main(String[] args) {int a[] =newint[3];for(int i=0;i<a.length;i++){a[i]=i+1;}int b[]=newint[7];//System.arraycopy(a, 1, b, 0,2);System.a 阅读全文
posted @ 2010-08-25 15:01
snowdrop
阅读(137)
评论(0)
推荐(0)
摘要:
1、在同一个类中,按照参数严格匹配的原则,示例如下:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->package com.java.test;public class Test extends Parent { public static void main(String[] args) { System.out.println("haha"); Test t= new Test(); t.t2(3); } publ 阅读全文
posted @ 2010-08-25 09:37
snowdrop
阅读(6187)
评论(0)
推荐(0)
浙公网安备 33010602011771号