Can an anonymous class be declared as implementing an
interface and extending a class?
Answers were Sorted based on User's Feedback
Answer / janet
An anonymous class may implement an interface or extend a
superclass, but may not be declared to do both.
| Is This Answer Correct ? | 7 Yes | 0 No |
Answer / bindu
no.if the private class extends abstract class.then v cant
create object to that.
| Is This Answer Correct ? | 0 Yes | 2 No |
What is stack example?
What is a subsequence of a string?
In Java, what are public static void main string args?
We can write any Java Logics in our JSP. Then why we are using servlets(Controller Layer) to interact with the DAO ?
How big is a pointer?
Why do we need array in java?
Is stringwriter thread safe?
The class "Class" is belongs to which package?? a) java.lang b)java.lang.reflect c)java.util d)None
What is qualitative variable?
What are reference variables in java?
wHAT IS DEFAULT SPECIFIER IN JAVA wHAT IS DEFAULT CONSTRUCTOR IN JAVA wHAT IS DEFAULT METHOD IN JAVA
What is difference between printf and scanf?