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-056: Sun Certified Programmer for J2SE 5.0 Upgrade Exam
#111. Given:
  1. 11. public static void main(String[] args) {
  2. 12. Object obj=new int[]{ 1,2,3 };
  3. 13. int[] someArray = (int[])obj;
  4. 14. for (int i : someArray) System.out.print(i +“ “ “);
  5. 15. }
What is the result?

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

#112. Given:
  1. 1. public class Plant {
  2. 2. private String name;
  3. 3. public Plant(String name) { this.name = name; }
  4. 4. public String getName() { return name; }
  5. 5. }
  6. 1. public class Tree extends Plant {
  7. 2. public void growFruit() { }
  8. 3. public void dropLeaves() { }
  9. 4. }
Which statement is true?

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

#113. Given:
  1. 10. class Nav{
  2. 11. public enum Direction { NORTH, SOUTH, EAST, WEST }
  3. 12
  4. 13. public class Sprite{
  5. 14. //insert code here
  6. 15.)
Which code. inserted at line 14. allows the Sprite class to compile?

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


  [1] ...  [11] [12]
Up ^ gen. 0.115 Server date 06:11 10-01-2009 Developed by Zip © 2006 Up ^
Forum
Start online exam simulation
Master braindump