A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
JavaRanch
»
Java Forums
»
Certification
»
Programmer Certification (SCJP/OCPJP)
Author
what is the passing score for scjp 1.4 now ?
ellen chen
Greenhorn
Joined: Mar 08, 2004
Posts: 1
posted
Mar 09, 2004 20:01:00
0
52% or 58% or 80% ???
Paul Callaly
Greenhorn
Joined: Dec 16, 2003
Posts: 12
posted
Mar 09, 2004 22:16:00
0
It's 52%. There are 61 questions and you have to get 31 of them correct to pass
imre leber
Ranch Hand
Joined: Feb 26, 2004
Posts: 31
posted
Mar 10, 2004 03:55:00
0
Will the following be on the exam? It is not in the book:
class Main_1 {
int a;
class A extends Main_1
{
void printa()
{
System.out.println(a);
}
}
/**
* @param args the command line arguments
*/
public static void main(
String
[] args) {
Main_1 pa = new Main_1();
Main_1.A a = pa.new A();
pa.a = 5;
a.printa();
}
}
Quite a remarkable result (0)?
imre leber
Ranch Hand
Joined: Feb 26, 2004
Posts: 31
posted
Mar 10, 2004 03:56:00
0
Sory about that, i seem to have posted in the wron thread. A litle to tired from studying to long
I agree. Here's the link:
http://aspose.com/file-tools
subject: what is the passing score for scjp 1.4 now ?
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter