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-025: Sun Certified Java Programmer
#71. Which statement is true?

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

#72. Given an ActionEvent, which method allows you to identify the affected Component?

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

#73. Exhibit:
  1. 1. import java.awt.*;
  2. 2.
  3. 3. public class Test extends Frame {
  4. 4. public Test() {
  5. 5. add(new Label(“Hello”) );
  6. 6. add(new TextField(“Hello”) );
  7. 7. add(new Button(“Hello”) );
  8. 8. pack();
  9. 9. show();
  10. 10. }
  11. 11.
  12. 12. public static void main(String args[]) {
  13. 13. new Test ();
  14. 14. }
  15. 15. )
What is the result?

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

#74. Exhibit:
  1. 1. class A {
  2. 2. public int getNumber(int a) {
  3. 3. return a + 1;
  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. System.out.printIn(a.getNumber(0));
  15. 15. }
  16. 16. }
What is the result?

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

#75. Given:
  1. 1. class BaseClass{
  2. 2. private float x= 1.0f;
  3. 3. protected void setVar (float f) {x = f;}
  4. 4. }
  5. 5. class SubClass exyends 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

#76. Which statement about static inner classes is true?

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

#77. Given:
  1. 1. public abstract class Test {
  2. 2. public abstract void methodA();
  3. 3.
  4. 4. public abstract void methodB()
  5. 5. {
  6. 6. System.out.printIn(“Hello”);
  7. 7. }
  8. 8. }
Which three changes (made independently) allow the code to compile?(Choose Three)

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

#78. Which determines if “prefs ” is a directory and exists on the file system??

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

#79. Which two create an InputStream and open file the “file.txt ” for reading? (Choose Two)

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

#80. Which two construct an OutputSream that appends to the file “file.txt ”? (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] ... [16 
Up ^ gen. 0.153 Server date 05:55 10-01-2009 Developed by Zip © 2006 Up ^
Forum
Start online exam simulation
Master braindump
User braindumps