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-081: Sun Certified Web Component Developer for the Java 2 Platform, Enterprise Edition 1.4
#51. Given:
  1. 8. int index = 1:
  2. 9. Boolean [] test = new boolcan [3];
  3. 10. boolcan foo = test [index];
What is the result?

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

#52. 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 bar = args [3]:
  6. 6. }
  7. 7. }
And command line is vacation:
Java Test red green blue

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

#53. Which three are valid URL mappings to a servlet in a web deployment descriptor? (Choose three.)

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

#54. Given:
  1. 1. public class X {
  2. 2. public Object m () {
  3. 3. Object o = new Float ( 3.14 F);
  4. 4. Object [] oa = new Object [1]:
  5. 5. oa [0] = o;
  6. 6. o = null:
  7. 7. oa [0] = null;
  8. 8. return o:
  9. 9. }
  10. 10. }
When is the Float object. Created in line 3, eligible for garbage collection?

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

#55.
  1. 5. public class My Tag Handler extends Tag Support {
  2. 6. publin int do Start Tag () throws Jsp Exception {
  3. 7. try{
  4. 8. Writer out = page Context.get Response ().get Writer ();
  5. 9. String name = page Context. Find Attribute (“name”);
  6. 10. out.print (name);
  7. 11. } catch (Exception ex) {/* handle exception */}
  8. 12. return SKIP_BODY:
  9. 13. }
  10. 14.
  11. 15. PUBLIC INT DO after Body () throws Jsp Exception {
  12. 16. try {
  13. 17. Writer out =page Context.get Response ().get Writer ():
  14. 18. out.print (“done”):
  15. 19. catch (Exception ex)/* handle exception */}
  16. 21. }
  17. 42. }
The attribute “name” has a value of “Foo,”
What is the result if this tag handler’s tag is invoked?

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

#56. For a given Servlet Response response, which two retrieve an object for writing text data? (Choose two)

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

#57. Which retrieves all cookies sent in a given HttpSErvletRequest request?

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

#58. Which two are valid values for the <transport-guarantee> element inside a <security-constraint> element of a web application deployment descriptor? (Choose two.)

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

#59. Which two statements are true? (Choose two.)

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

#60. Given:
  1. 1. public class ConstOver {
  2. 2. public constOver(int x, int y, int z) {
  3. 3. }
  4. 4. }
Which two overload the ConstOver Constructor? (Choose two.)

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


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