Question 6 / 35:  Output ?
public class Program198 {

int x;

int y;

public void dostuff(int x,int y){

this.x =x;

y=this.y;

}

public void display(){

System.out.println("x="+x+"y=="+y);

}

public Program198() {

}

public static void main(String[] args) {

Program198 m1 = new Program198();

m1.x=100;

m1.y=200;

Program198 m2 = new Program198();

m2.dostuff(m1.x, m1.y);

m1.display();

m2.display();

}

}

A  x=100y==200 x=100y==0
B  100 200 : 100 200
C  100 0 : 100 0
D  100 0 : 100 200
<< First < Previous Next > Last >>
Quiz Home Page
https://www.jobilize.com/ocjp-1z0-803-oca1-7-mock-exam-part-ii-quiz-by-pankaj-amdocs-gurg

OCA(1z0-803_OCA1.7)MockExamPII

Author:

Access: Public Instant Grading

Ask
Madison Christian
Start Quiz
Yacoub Jayoghli
Start Quiz
Copy and paste the following HTML code into your website or blog.
<iframe src="https://www.jobilize.com/embed/ocjp-1z0-803-oca1-7-mock-exam-part-ii-quiz-by-pankaj-amdocs-gurg" width="600" height="600" frameborder="0" marginwidth="0" marginheight="0" scrolling="yes" style="border:1px solid #CCC; border-width:1px 1px 0; margin-bottom:5px" allowfullscreen webkitallowfullscreen mozallowfullscreen> </iframe>