please help.
*******1.what is the valid innerclass?
a.new complex Interface(x){}
what RHE has to say about this is "if an anonymous class extends existing class,rather than implementing an interface,then argument for the superclass constructor may be placed in the argument part.
but
"if an Anonymous classes that implements interface ,it is imposssible to use any arguments in the new part for these classes.
so I feel that the option a is not a valid one.
2.does Interrupted exception stops the
thread from executing.please reply in yes & no?no nonending explanations please.
I have already read the previous thread ,but it becomes all the more confusing.