In Java, what is the scope of a method's argument or parameter?
outside the method
neither inside nor outside the method
both inside and outside the method
inside the method