int x;
int y;
public Test(int x, int y){
x = x;
y = y; //line 2
}
public static void main(String[] args) {
Test t = new Test(5,7); //line 5
System.out.println(t.x);
System.out.println(t.y);
What is output ?
OCA(1z0-803_OCA1.7)MockExamPI
Access: Public Instant Grading
Jobilize.com uses cookies to ensure that you get the best experience. By continuing to use Jobilize.com web-site, you agree to the Terms of Use.