الرجوع
تسجيل الدخول

In the context of the following method, what is the scope of name?

public void sayHello(String name) {
    System.out.println("Hello " + name);
}