Answer Posted / sitaram
abstract class is class. we can't create the instantiate the
object of abstract class. In abstract class contains
concrete and abstract methods.when ever we can implement the
abstract methods. The current class will extends the
abstract class.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What do you mean by data type?
Explain the importance of throws keyword in java?
Is alive in java?
How do I convert a string to an int in java?
What is jit compiler ?
What is get () in java?
Does treeset use compareto?
How do you sort a list in java?
What is a Null object?
Explain about static nested classes in java?
what is the purpose of "virtual"?
What does localhost mean?
Is array an object in java?
What about member inner classes?
What is class variable java?