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 procedure overloading?
Can we use a switch statement with strings?
Is null in java?
Can we pass null as argument in java?
What is generic class?
Can we have this () and super () together?
Explain about object oriented programming and its features?
Which non-unicode letter characters may be used as the first character of an identifier?
What is the access scope of protected access specifier?
What are the characteristics of java?
Which package is imported by default?
What is the maximum size of byte array in java?
What languages are pass by reference?
What is default locale java?
Write a program to print 15 random numbers using foreach of java 8?