public void func(int a, int b = 0) { } public void func(int a) { b = 1; } psvm { func(0); b.sout; } //b = ?