Foro de elhacker.net

Programación => Java => Mensaje iniciado por: patriciofabregas en 10 Febrero 2010, 09:08 am



Título: el Examen más reciente de Sun Java Certified Programmer
Publicado por: patriciofabregas en 10 Febrero 2010, 09:08 am
Nombre del examen: Sun Java Certified Programmer
Preguntas y respuestas: 157 Q&As
Precio: $ 59 (más bajo en el mercado)
Actualizado: 2010-01-06 (buena calidad)  ;-)
Unas partes del examen:

1.Given.
 

1. abstract class abstrctIt {
 

2. abstract float getFloat ();
 

3. )
 

4. public class AbstractTest extends AbstractIt {
 

5. private float f1= 1.0f;
 

6. private float getFloat () {return f1;}
 

7. }
 

What is the result?
 

A. Compilation is successful.
 

B. An error on line 6 causes a runtime failure.
 

C. An error at line 6 causes compilation to fail.
 

D. An error at line 2 causes compilation to fail.
 

Answer.C

2..Exhibit.
 

1. public class test(
 

2. public int aMethod()[
 

3. static int i=0;
 

4. i++;
 

5. return I;
 

6. )
 

7. public static void main (String args[]){
 

8. test test = new test();
 

9. test.aMethod();

 

10.int j = test.aMethod();

 

11.System.out.printIn(j); 12.] 13.}
 

What is the result?
 

A. Compilation will fail.
 

B. Compilation will succeed and the program will print "0"
 

C. Compilation will succeed and the program will print "1"
 

D. Compilation will succeed and the program will print "2"
 

 ;DAnswer.D

 Más información en la página:
 

http://www.killtest.es/SUNOtherCertifications/310-025.asp  ;-)
 

Atención:
 

Después de usa SUN Other Certifications con la solución precisa,le garantizamos  a usted que pasará el real examen de una vez 
 


Título: Re: el Examen más reciente de Sun Java Certified Programmer
Publicado por: sapito169 en 11 Febrero 2010, 15:57 pm
limk roto arreglalo