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

#72.
  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, char c) {
  9. 9. return a + 2;
  10. 10. }
  11. 11.
  12. 12. public static void main (String args[]) {
  13. 13. B b = new B();
  14. 14. System.out.print(b.getNumber(0));
  15. 15. }
  16. 16. }
What is the result?

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

#73.
  1. 1. public class Test {
  2. 2. public static void replace J(String text) {
  3. 3. text.replace(“J” – “I”);
  4. 4. }
  5. 5.
  6. 6. public static void main (String args []) {
  7. 7. String text = new String (“java”);
  8. 8. replace J (text);
  9. 9. System.out.printIn(text);
  10. 10. }
  11. 11. }
What is the result?

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

#74. Given:
  1. 1. public class Foo {
  2. 2. private int val:
  3. 3. public Foo (int v) { val = v:}
  4. 4. public static void main ( String [] args ) {
  5. 5. Foo a = new Foo (10):
  6. 6. Foo b = new Foo (10):
  7. 7. Foo c = a:
  8. 8. int d = 10;
  9. 9. double e = 10.0:
  10. 10. }
  11. 11. }
Which three logical expressions evaluate to true? (Choose three.)

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

#75. Which two are valid declarations of char? (Choose two.)

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

#76. Given:
  1. 1. Public class Foo {
  2. 2. static Strings;
  3. 3. public static void main (String[] args) {
  4. 4. System.out.printIn ( “s=” + s):
  5. 5. }
  6. 6. }
What is the result?

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

#77.
  1. 1. package foo;
  2. 2.
  3. 3. import java. Util. Vector;
  4. 4.
  5. 5. protected class my Vector extends Vector {
  6. 6. int i = 1;
  7. 7. public MyVector () {
  8. 8. i = 2;
  9. 9. }
  10. 10. }
  11. 11.
  12. 12. public class MyNewVector extends MyVector {
  13. 13. public MyNew Vector () {
  14. 14. I = 4;
  15. 15. }
  16. 16. public static void main (String args []) {
  17. 17. MyVector v = new MyNewVector ():
  18. 18. }
  19. 19. }
What is the result?

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

#78.
  1. 1. import java. Io. IO Exception:
  2. 2. public class Exception Test {
  3. 3. public static void main (String [] args){
  4. 4. try {
  5. 5. method A ()
  6. 6. catch (IOException e) {
  7. 7. System.out.printIn (“Caught IO Exception)
  8. 8. catch (exception e) {
  9. 9. System. Out. printIn (“Caught Exception);
  10. 10. }
  11. 11. }
  12. 12. public void method A () {
  13. 13. throw new IO Exception () ;
  14. 14. }
  15. 15. }
What is the result?

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

#79. Which statement is true if the do Start Tag method returns EVAL_BODY_BUFFERED?

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

#80. A collection of products is stored in the Servle Context in an attribute called catalog. Which JSTL code structure iterated over each product in the collection and prints out the names of the products in an un-ordered list?

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