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-025: Sun Certified Java Programmer
#81. Which constructs a BufferedIputStream?

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

#82. Which is a valid identifier?

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

#83. Exhibit:
  1. 1. package foo;
  2. 2.
  3. 3. import java.util.Vector;
  4. 4.
  5. 5. private class MyVector extends Vector {
  6. 6. int i = 1;
  7. 7. public MyVector() {
  8. 8. i = 2;
  9. 9. }
  10. 10. }
  11. 11.
  12. 12. public class MyNewVector extends MyVector {
  13. 13. public MyNewVector () {
  14. 14. i = 4;
  15. 15. }
  16. 16. public static void main (String args []) {
  17. 17. MyVector v = new MyNewVector();
  18. 18. }
  19. 19. }
The file MyNewVector.java is shown in the exhibit. What is the result?

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

#84. Given:
  1. 1. public class Test {
  2. 2. public static void main (String[]args) {
  3. 3. String foo = args[1];
  4. 4. String bar = args[2];
  5. 5. String baz = args[3];
  6. 6. System.out.printIn(“baz = ” + baz);
  7. 7. }
  8. 8. }
And the output:
Baz = 2
Which command line invocation will produce the output?

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

#85. Given:
  1. 8. int index = 1;
  2. 9. String [] test = new String[3];
  3. 10. String foo = test[index];
What is the result?

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

#86. Given:
  1. 1. public interface Foo{
  2. 2. int k = 4;
  3. 3.}
Which three are equivalent to line 2? (Choose Three)

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

#87. Given:
  1. 1. public class foo {
  2. 2. static String s;
  3. 3. public static void main (String[]args) {
  4. 4. system.out.printIn (“s=” + s);
  5. 5. }
  6. 6. }
What is the result?

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

#88. Which statement is true?

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

#89. Exhibit:.
  1. 1. int i=1, j=0;
  2. 2.
  3. 3. switch(i) {
  4. 4. case 2:
  5. 5. j+=6;
  6. 6.
  7. 7. case 4:
  8. 8. j+=1;
  9. 9.
  10. 10. default:
  11. 11. j +=2;
  12. 12.
  13. 13. case 0:
  14. 14. j +=4;
  15. 15. }
  16. 16.
What is the value of j at line 16?

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

#90. Given:
  1. 1. switch (i) {
  2. 2. default:
  3. 3. System.out.printIn(“Hello”);
  4. 4. )
What is the acceptable type for the variable i?

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


 [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] ... [16 
Up ^ gen. 0.196 Server date 06:46 10-01-2009 Developed by Zip © 2006 Up ^
Forum
Start online exam simulation
Master braindump
User braindumps