Can we declare an anonymous class as both extending a class
and implementing an interface?
Answer Posted / devnaga
Yes. U r right. U can fin it from
http://dev.fyicenter.com/interview/java_8.html
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Explain tree set and its features?
What does substring mean?
How an object is serialized in java?
What do you understand by access specifiers in Java?
What do you mean by compiler?
Is arraylist ordered in java?
What is the covariant return type?
What is null statement?
Why is static used?
What is tcp ip in java?
Which software is used for java programming?
Why do we need singleton class?
How does compareto work in java?
In a program, initializing an array of 100 KB is throwing an out of memory exception while there is 100 MB of memory available. Why?
What does %d do in java?