Can an anonymous class be declared as implementing an
interface and extending a class?
Answer Posted / janet
An anonymous class may implement an interface or extend a
superclass, but may not be declared to do both.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is regex in java?
What are serialization and deserialization?
Why are generics used?
What is variable explain with example?
When can we say that threads are not lightweight process in java?
List two java ide’s?
Can a final method be overloaded?
How do you compare characters in java?
What is the difference between the reader/writer class hierarchy and the inputstream/outputstream class hierarchy in java programming?
Is call by reference possible in java?
What is string value?
What is the synchronized method modifier?
Can we create object of static class?
What is sorting in java?
What are inbuilt functions?