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
#81. Which statements about static inner classes are true? (Choose two.)

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

#82.
  1. 1. public class MyCircle {
  2. 2. public double radius:
  3. 3. public double diameter:
  4. 4.
  5. 5. public void setRadius(double radius) {
  6. 6. this.radius = radius:
  7. 7. this.diameter = radius * 2;
  8. 8. }
  9. 9.
  10. 10. public double getRadius() {
  11. 11. return radius:
  12. 12. }
  13. 13. }
Which statement is true?

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

#83. Which two are equivalent? (Choose two.)

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

#84. Which is a valid identifier?

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

#85. Given:
  1. 1. public class X {
  2. 2. publie Object m () {
  3. 3. Object o = new Float ( 23.14F):
  4. 4. Object [] oa = new Object [1]:
  5. 5. oa [0] = o:
  6. 6. o = null;
  7. 7. return oa [0]
  8. 8. }
  9. 9. }
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

#86. Given:
  1. 3. int I = I , j = 10;
  2. 4. do {
  3. 5. if (i>j) continue:
  4. 6. j--:
  5. 7. } while (++<6);
After execution. What are the values for I and j?

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

#87. Given a header in an HTTP request:
X-Retries:4
Which two retrieve the value of the header from a given ServletRequest request? (Choose two.)

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

#88. Given:
  1. String value = getServletContext().GetlnitParameter(“foo”):
in an HttpServlet and a web application deployment descriptor that contains:
  1. <contex-param>
  2. <param-name>foo</param-name>
  3. <param-value>frodo</value>
  4. <context-param>
Which two are true? (Choose two)

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

#89. Given:
  1. 1. class BaseClass {
  2. 2. private float x = 1.0 f;
  3. 3. protected float getVar() {returnx:}
  4. 4. }
  5. 5. class SubClass extends BaseClass {
  6. 6. private float x = 2.0f;
  7. 7. //insert code here
  8. 8. }
Which two are valid examples of method overriding? (Choose two.)

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

#90. Given:
  1. 1. public class Foo {
  2. 2. public static void main (String [] args) {
  3. 3. int i = l:
  4. 4. int j = I++;
  5. 5. if ((i>++j) && (i++ = = j)) {
  6. 6. i + = j:
  7. 7. }
  8. 8. }
  9. 9. }
What is the final value of i?

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