Would you like to react to this message? Create an account in a few clicks or log in to continue.

... Argument

Go down

 ... Argument Empty ... Argument

ตั้งหัวข้อ  Admin Thu May 22, 2008 2:50 am

void ok(int a, int b, double c, Boolean stopFlag, int... vals) {

}


void error(int a, int b, double c, int... vals, Boolean stopFlag) {

}



void error2(int a, int b, double c, Boolean stopFlag, int... vals, int... vals2) {

}


int... vals, 1 شҹ
Admin
Admin
Admin

จำนวนข้อความ : 112
Registration date : 18/05/2008

http://chawban.chocoforum.com

ขึ้นไปข้างบน Go down

 ... Argument Empty Re: ... Argument

ตั้งหัวข้อ  Admin Thu May 22, 2008 3:03 am


public static void main(String[] args) {

error3(1,2,3,4,5,6,7,8,9); // Error ѹնա¡ҹ ¡ҹջѭ
}

static void error3(int a,int...b ){
System.out.print("void error3(int a,int...b ){ : " b.length);
}

static void error3(int...c ){
System.out.print("void error3(int...c ){ : " c.length);

}
Admin
Admin
Admin

จำนวนข้อความ : 112
Registration date : 18/05/2008

http://chawban.chocoforum.com

ขึ้นไปข้างบน Go down

ขึ้นไปข้างบน


 
Permissions in this forum:
คุณไม่สามารถพิมพ์ตอบ