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 |
How infinite loop is declared?
what are the disadvantages of indexes in oracle?
0 Answers 3i Infotech, Wells Fargo,
How do you execute a thread in java?
If I have 1000 objects and my requirement is to sort them quickly, then which collection would you recommend and why?
Hi Friends, I am new to java. Can u explain about thread concept.How i know one thread is locked, and how can i force or acquire another thread for lock . Finally how to know thread is released from lock. Explain types of lock(like method level and block level) in thread.
What programs use java?
How do you sort an array in java?
How many bytes is a char in java?
What is the difference between the reader/writer class hierarchy and the inputstream/outputstream class hierarchy in java programming?
Are arrays static in java?
Can we use a switch statement with strings?
How do you compare values in java?