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 |
Define canvas?
What is type parameter in java?
What are File and RandomAccessFile classes?
What is I/O Filter?
What is are packages?
Give a brief description of java socket programming?
Write a program in java to establish a connection between client and server?
What is the functionality of Webserver?
Can we have any other return type than void for main method?
Java does not support multiple inheritance. how interface helps in the same?
What are 4 pillers of object orinted programming?
When throws keyword is used?