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 an example of a conditional statement?
What is the covariant return type?
what is meta-Inf?
Difference between keyword and identifier.
what is difference between validation.xml & validation rules.xml?
What is the collection interface?
Can you inherit from an abstract class java?
What are inner classes or non static nested classes in java?
What is indexof in java?
What is variable explain with example?
List the interfaces which extends collection interface?
Can we assign the reference to this variable?