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
#41. Which two prevent a servlet from handling requests.? (Choose two.)

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

#42. For an HttpServlet Response response, which two create a custom header? (Choose two)

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

#43. Which two HTTP methods are used to process from data in a servlet? (Choose two.)

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

#44. A developer wants too use EL to invoke a function using S{my:bloof(“foof”)}. Which is always true?

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

#45. Which two are characteristics of the Intercepting Filter pattern? (Choose two)

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

#46.
  1. 1. class EnclosingOne {
  2. 2. public class InsideOne {}
  3. 3. }
  4. 4. public class InnerTest{
  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

#47. Given:
  1. 1. class Base Class {
  2. 2. private float x = 1.0f;
  3. 3. protected void set Var(float f) { x = f;}
  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 void examples of method overriding? (Choose two.)

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

#48.
  1. 1. Class A {
  2. 2. public int getNumber(int a) {
  3. 3. return a + l:
  4. 4. }
  5. 5. }
  6. 6.
  7. 7. class B extends A {
  8. 8. public int getNumber(int a) {
  9. 9. return a + 2:
  10. 10. }
  11. 11.
  12. 12. public static void main (String args[] {
  13. 13. A a = new B();
  14. 14. Systemout.printIn(a.getNumber(0));
  15. 15. }
  16. 16. }
What is the result?

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

#49. 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

#50. Given:
  1. 1. public class Test {
  2. 2. public static void main (String args[]) {
  3. 3. int i + 0 x FFFFFFF1:
  4. 4. int j = i;
  5. 5.
  6. 6. }
  7. 7. }
What is the decimal value of J at line 5?

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