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-080: Sun Certified Web Component Developer for the Java 2 Platform, Enterprise Edition 1.3
#91. Which will print the value of the Accept-Charset HTTP header in a JSP page?

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

#92. Which includes a file in a JSP page at request time?

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

#93. Which two set the content type of a JSP page? (Choose two)

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

#94. Given:
  1. 11. public void Examsheets(boolean a, boolean b){
  2. 12. if(a){
  3. 13. System.out.println(“A”);
  4. 14. }else if(a&&b){
  5. 15. System.out.println(“A&&B”);
  6. 16. }else{
  7. 17. if( !b ){
  8. 18. System.out.println(“notB”);
  9. 19. }else{
  10. 20. System.out.println(ELSE);
  11. 21. }
  12. 22. }
  13. 23. }
What is correct?

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

#95. Given:
  1. 11. public class Test{
  2. 12. public void Examsheets(){
  3. 13. assert false;
  4. 14. assert false;
  5. 15. }
  6. 16. public void bar(){
  7. 17. while(true){
  8. 18. assert false;
  9. 19. }
  10. 20. assert false;
  11. 21. }
  12. 22. }
What causes compilation to fail?

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

#96. Given:
  1. 1. public interface Test{
  2. 2. int frood=42;
  3. 3. }
  4. 4. class Testlmpl implements Test{
  5. 5. public static void main(String[]args){
  6. 6. System.out.printIn(++frood);
  7. 7. }
  8. 8. }
What is the result?

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

#97. Which statement is true?

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

#98. Given:
  1. 11. for (int i=0;i<3;i++){
  2. 12. switch(i){
  3. 13. case 0:break;
  4. 14. case 1:System.out.print(“one”);
  5. 15. case 2:System.out.print(“two”);
  6. 16. case 3:System.out.print(“three”);
  7. 17. }
  8. 18. }
  9. 19. System.out.println(“done”);
What is the result?

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

#99. Given:
  1. 11. try{
  2. 12. int x=0;
  3. 13. int y=5/x;
  4. 14. }catch(Exception c){
  5. 15. System.out.println(Exception);
  6. 16. }catch(ArithmeticException ac){
  7. 17. System.out.println(“Arithmetic Exception);
  8. 18. }
  9. 19. System.out.println(“finished”);
What is the result?

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

#100. Given:
  1. 10. public Object m(){
  2. 11. Object o=new Float(3.14F);
  3. 12. Object[]oa=new Object[1];
  4. 13. ao[0]=o;
  5. 14. o=null;
  6. 15. oa[0]=null;
  7. 16. return o;
  8. 17. }
When is the Float object, created in line 11, eligible for garbage collection?

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.193 Server date 06:38 10-01-2009 Developed by Zip © 2006 Up ^
Forum
Start online exam simulation
Master braindump