Java SE 7 Programmer II (1Z0-804)

© examsiri.com
Question : 2 of 8
 
Marks: +1, -0
class Class1 { String v1; }
class Class2 {
 Class1 c1;
 String v2;
}
class Class3 {
 Class2 c1;
 String v3;
}
Which three options correctly describe the relationship between the classes?
Go to Question: