Can an anonymous class be declared as implementing an
interface and extending a class?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / bindu
no.if the private class extends abstract class.then v cant
create object to that.
Is This Answer Correct ? | 0 Yes | 2 No |
What is hard code & soft code?
How do you sort an array in java?
What is the main difference between java platform and other platforms?
Why java does not support pointers?
Is multiple inheritance supported by java?
Difference between Encapsulation and Abstraction
What is the synonym of framework?
Can a static class implement an interface?
what is interface in java? Explain
Difference between static synchronization vs. Instance synchronization?
What does a boolean method return?
Is array a class in java?