Sunday, November 2, 2014

array arguments...


class arr

{

public static void main(String args[])

{

int a=0;

int foo(String m[], int p[])

{

return a;

}

t l= new t();

}

}


this was my code... but its not compiling.....



No comments:

Post a Comment