| Author |
A question from Mock Exam
|
Jisha Anand
Ranch Hand
Joined: Apr 02, 2009
Posts: 62
|
|
Dear All,
I encountered the following question while attempting a practice test in http://examprep.whizlabs.com
The answer given was: Choices B and C are the correct answers.
Is this correct?
Of course C is correct; but if B is correct the case when x == y will make z = x; where as in the given code z = y for the same case right?
I thought the question was an easy one; but now confused Please help!
|
SCJP, SCWCD, SCBCD
|
 |
Jhakda Velu
Ranch Hand
Joined: Feb 26, 2008
Posts: 158
|
|
x=1
y=1
taking option b
the end result is still the same
whether z=x or z=y, both the answers will be the same,right?
Jhakda
|
If I become filthy rich, I'll sponsor research for painless dental treatment at Harvard Medical School. Thats why,I'm learning Java.I have 32 teeth, 22 are man made.
|
 |
Prabz Bhatia
Greenhorn
Joined: Apr 14, 2009
Posts: 19
|
|
Hehe...
myself got confused in this one at first...
when x==y, does it matter what it returns??? Because x and y are the same!!!..
|
 |
Jisha Anand
Ranch Hand
Joined: Apr 02, 2009
Posts: 62
|
|
true....how stupid i am
thanks a lot!
|
 |
 |
|
|
subject: A question from Mock Exam
|
|
|