I could do only 2 K&B mock exams(82% & 87%),1 whizlabs exam(72%),3 Marcus exams( 78-86%).I think k&bs mock exams are close.
If you do not provide a target that implements run(), then Thread's run() will be executed.
-------------------------------------------
public class Thread
extends Object
implements Runnable
void run()
If this thread was constructed using a separate Runnable run object, then that Runnable object's run method is called; otherwise, this method does nothing and returns.
If an else statement is used and the expression evaluates to false, then the code following the else will be performed. If the else is not used, then none of the code associated with the if statement will execute.
i think GRE has that adaptive sort of questions i think they call it ETS
The Test9(int) constructor begins with an implicit super() call, which goes to constructor Base().