|
|
Authorized user can see question and answers. Please log in or sign up. 
|
#107. Given: 1. public class Foo { 2. private int val; 3. public foo(int v) (val = v;) } 4. public static void main (String [] args ) { 5. Foo a = new Foo (10); 6. Foo b = new Foo (10); 7. Foo c = a; 8. int d = 10; 9. double e = 10.0; 10. } 11. }
Which three logical expression evaluate to true? (Choose Three)
Show comments for this question (0)
Add comments
Link to this question
|
|
|
|
gen. 0.25
|
Server date 05:51 10-01-2009
|
Developed by Zip © 2006
|
|
 |
|
|