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 |
how exactly garbage collection take place?
List java api that supports threads?
Can I import same package/class twice?
what is object deep copy and shallow copy and why it is required?
What is the full meaning of java?
What is an array in java?
What classes of exceptions may be caught by a catch clause in java programming?
Where the CardLayout is used?
What is __ init __ functions?
Why are there no global variables in java?
Which class is the superclass for every class in java programming?
How will you compute size of a structure?