What does the declaration public static void printInfo(String name, int age) specify?
public static void printInfo(String name, int age)
The method accepts no arguments and returns a String
String
The method returns both a name and an age
The declaration creates a new object whenever called
The method accepts a String and an int and returns no value
int