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