Question: In Java, what is the scope of a method's argument or parameter?

  1. inside the method
  2. both inside and outside the method
  3. neither inside nor outside the method
  4. outside the method

Answer: The correct answer of the above question is Option A:inside the method