To pass an array as an argument to a method, you just have to pass the name of the array without square brackets . The method prototype should match to accept the argument of the array type. Given below is the method prototype: void method_name (int [] array);