English Русский Contacts Site map Add to favorites
Registration
Login
Master braindump list
New braindumps
Submit a dump
Get latest dump
braindumps.com.ua
flame
3COM (7)
Adobe (1)
BEA (1)
Checkpoint (22)
Cisco (20)
Citrix (21)
CIW (15)
Compaq (0)
CompTIA (51)
CWNA (2)
EMC (2)
Exin (4)
GEJOS (4)
HDI (1)
HP (4)
IBM (13)
Juniper (5)
Linux Prof Institute (LPI) (2)
Lotus (11)
Microsoft (2462)
Network Appliance (2)
Novell (16)
Oracle (423)
PLSQL (1)
PMI (5)
SAS (1)
Sun (87)
Teradata (4)
Login:
Password:
RSS feed

Contacts
Certification links
Links
Authorized user can see question and answers.
Please log in or sign up.

Exam question list:
Show all comments
Sun 310-035: Sun Certified Programmer for Java 2 Platform 1.4
#42. Given:
  1. 1. class TestA {
  2. 2. TestB b;
  3. 3. TestA() {
  4. 4. b = new TestB(this);
  5. 5. }
  6. 6. }
  7. 7. class TestB {
  8. 8. TestA a;
  9. 9. TestB(TestA a) {
  10. 10. this.a = a;
  11. 11. }
  12. 12. }
  13. 13. class TestAll {
  14. 14. public static void main (String args[]) {
  15. 15. new TestAll().makeThings();
  16. 16. // ...code continues on
  17. 17. }
  18. 18. void makeThings() {
  19. 19. TestA test = new TestA();
  20. 20. }
  21. 21. }
Which two statements are true after line 15, before main completes? (Choose two)

Show comments for this question (1)
Add comments
Link to this question


Up ^ gen. 0.09 Server date 06:24 10-01-2009 Developed by Zip © 2006 Up ^
Forum
Start online exam simulation
Master braindump
User braindumps