Can an anonymous class be declared as implementing an
interface and extending a class?
Answer Posted / bindu
no.if the private class extends abstract class.then v cant
create object to that.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How many types of keywords are there?
Can we make the abstract methods static in java?
What is a file pointer?
What are different exception types exceptions available in java ?
When to use runnable interface vs thread class in java?
What are the important features of Java 9 release?
What is a string token?
What are keywords give examples?
How do you find the absolute value?
Does every java program need a main?
What are the main differences between the java platform and other platforms?
What is the difference between math floor and math round?
Can we have any code between try and catch blocks?
What do you mean by object?
What is the difference between variable & constant?