Is there any use of an abstract class which has no methods
and no attributes?
Answer Posted / amit2009mca
i think no use of that
we use some marker interface instead of Abstart class which
have no method and no attributes
like Cloneable And Serializable
if any one other thing then mail me.
Amit singh09 amitsing2008@gmail.com
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What are the methods to rectify ambiguities in the interfaces in JAVA?
How do you take thread dump in java?
Is it compulsory for a try block to be followed by a catch block in java for exception handling?
What is tree in java?
What does java final mean?
Difference between string, stringbuffer and stringbuilder?
Can we have this () and super () together?
What is difference between calling start() and run() method of thread?
Define jit compiler?
Explain the term virtual machine?
Name few java util classes introduced with java 8 ?
Where we write javascript code in html page?
What is the range of a character variable?
What is difference between module and function?
What is the use of jtable?