Do you mean like this:

public static void doSomething(String[] strings, int[] integers) {
//do something
}

Or should the method just accept one parameter?

public static void...