Help for this page

Select Code to Download


  1. or download this
    // defining
    public int foo ( params Object[] vals ) {
    ...
    
    // calling
    foo( 1, 4);