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 the independent variable in an experiment?
Are arrays static in java?
How can we create an immutable class in java?
What is OOP Language?
How do you calculate roots in java?
Which object oriented concept is achieved by using overloading and overriding?
Does substring create a new object?
Explain covariant method overriding in java.
What is lexicographically smallest string?
explain different ways of using thread? : Java thread
what is the purpose of "virtual"?
What do you mean by mnemonics?
Find the value of a specified element of the array arr[i] where 0 <= i <= n-1
Name few "optional" classes introduced with java 8 ?
What is the default size of arraylist in java?