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
Difference between serialization and deserialization in java?
Can we create object of inner class in java?
What is multi-catch block in java?
What is a void in java?
What are streams?
What is module with example?
Explain the polymorphism principle?
Whats the difference between notify() and notifyall()?
What is the difference between a synchronized method and a synchronized block?
Why Set interface contains unique elements, what internally implemented for this so that it contains unique elements?
What is difference between path and classpath in java?
What is method overloading and method overriding?
Java.util.regex consists of which classes?
What is a singleton factory?
What is the difference between preparedstatement and statement in java?