1

In the following method definition, what is the name of the method?

public static void showMenu(String category)
{
    //some tasks
}
  • public