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
#11. Which two demonstrate an “is a ” relationship??(Choose Two)

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

#12. Which statement is true?

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

#13. Given:
  1. 1. package foo;
  2. 2.
  3. 3. public class Outer (
  4. 4. public static class Inner (
  5. 5. )
  6. 6. )
Which statement is true?

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

#14. Exhibit:
  1. 1. public class enclosingone (
  2. 2. public class insideone{}
  3. 3. )
  4. 4. public class inertest(
  5. 5. public static void main (string[]args)(
  6. 6. enclosingone eo= new enclosingone ();
  7. 7. //insert code here
  8. 8. )
  9. 9. )
Which statement at line 7 constructs an instance of the inner class?.

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

#15. Exhibit:
  1. 1. interface foo {
  2. 2. int k = 0;
  3. 3. ]
  4. 4.
  5. 5. public class test implements Foo (
  6. 6. public static void main(String args[]) (
  7. 7. int i;
  8. 8. Test test = new test ();
  9. 9.i= test.k;
  10. 10.i= Test.k;
  11. 11.i= Foo.k;
  12. 12 )
  13. 13 )
  14. 14.
What is the result?

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

#16. Given:
  1. 1. //point X
  2. 2. public class foo (
  3. 3. public static void main (String[]args) throws Exception {
  4. 4. printWriter out = new PrintWriter (new
  5. 5. java.io.outputStreamWriter (System.out), true;
  6. 6. out.printIn(“Hello”);
  7. 7. }
  8. 8. )
Which statement at PointX on line 1 allows this code to compile and run?

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

#17. Which two statements are reserved words in Java? (Choose Two)

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

#18. Which three are valid declarations of a float? (Choose Three )

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

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

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

#20. Given:
  1. 1. public class test(
  2. 2. public static void main(string[]args){
  3. 3. string foo = args [1];
  4. 4. string foo = args [2];
  5. 5. string foo = args [3];
  6. 6. }
  7. 7.}
And command line invocation:
Java Test red green blue
What is the result?

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.178 Server date 05:49 10-01-2009 Developed by Zip © 2006 Up ^
Forum
Start online exam simulation
Master braindump
User braindumps