posted 19 years ago
public interface AQuestion
{
void someMethod();
}
The class which implements AQuestion
1.Should have someMethod which must necessarily be coderanch.
2.Should have someMethod which could be "friendly" or public
3.Should have someMethod which should not throw any checked exceptions.
4.Should have someMethod which cannot be sychronized as sychronized is not in the signature of the interface defination
why cant answer be 2??
thanks
srikanth
Thanks & Regards<br /> <br />-Srikanth