Hi guys,
have been working on the self
test questions from sierra & bates, and on question 17 from chapter 9 (threads).
public class TwoThreads {
static Thread laurel, hardy;
... more code goes here ...
my question is that the answer given in the book does not flag up the anomaly of static threads.. surely they dont exist, and therefore the above code would not compile.
Thank you in advance
Tim