This is a question on Dan's new mock:
As a result, it prints "A".
But I can't figure out why!
If I don't have the class MyThread and used
Thread instead, the result would be "B".
Does the run() method of a subclass of Thread have priority over the run() of the runnable passed as target to it?
Ana