1
method1(); → method1(); → method2();
public class Scope {
}
2
3
4
int a1, a2; boolean b; double d1, d2; char c;
5