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
What is byte code and why is it important to java’s use for internet programming?
What differences exist between iterator and listiterator?
Can a static class have a constructor java?
What is data type example?
Can I declare a class as private?
What happens when main () method is declared as private?
What is the use of arraylist in java?
Does importing a package imports its sub-packages as well in java?
What is singleton class in java and how can we make a class singleton?
Name few java 8 annotations ?
Can you instantiate the math class in Java?
Difference between object instantiation and construction ?
Which is best ide for java?
Is array passed by reference in java?
How many threads can java run?