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 |
How do you write a good declaration?
When will you define a method as static?
What are sets in java?
What advantage does an entity bean have over a sessin bean?
What is variable and example?
What is a class instance variable?
What is the benefit of abstract class?
I have one POJO class(Java bean class), it has two variables for that it has setters and getters. Now i have created two objects for that class and i have set the data for those variables through this two objects. Now question is i want check whether those two objects have same data or not, for this write a program? Thanks, Bose.
What is string immutability?
What is the difference between overriding & overloading?
What is a java string?
Can we sort set in java?