Answer Posted / kishor
No,
Interface extends one or more interfaces.
but not class or classes.
class extends class, but not classes.
class implements one interface , more interface..
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are thread safe functions?
How do you do absolute value in java?
Can I learn java in 3 months?
Explain 5 io best practices?
Distinguish between a predicate and a function?
Suppose if we have variable ' I ' in run method, if I can create one or more thread each thread will occupy a separate copy or same variable will be shared?
What is the difference between yield() and sleep()?
What is meant by null and void?
What are Normalization Rules? Define Normalization?
how does the run() method in runnable work? : Java thread
Why parsing is done?
What is the Scope of Static Variable?
Can an abstract class be a final class?
What is main string [] args?
What are different data types?