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 a function in java?
What are three advantages of using functions?
What is java oops?
Is intellij better than eclipse?
describe synchronization in respect to multithreading? : Java thread
How do you get the length of a string in java?
what is the purpose of "virtual"?
Why do we create public static method in java?
What are design patterns and please explain?
What is the purpose of finalization in java programming?
What is the difference between integer parseint and integer valueof?
What happens if we override only equals?
Which variable is the independent variable?
Why string is called as immutable?
Explain the importance of thread scheduler in java?