Is there any use of an abstract class which has no methods
and no attributes?
Answer / 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 |
what is the purpose of the final in the try-catch-final
Why we use protected in java?
Is it possible to make an array volatile?
Can arraylist contain null values?
Can an exception be rethrown?
What is callable java?
What are the types of web technologies?
what is mean by thread lock?
Can we override final method?
what is an anonymous class?
How many types of the indexof method are there for strings?
What is the multi-catch block in java?