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 garbage collection used in java?
What is Recursion Function?
Where are the card layouts used?
What is the best way to findout the time/memory consuming process?
What are the differences between stringbuffer and stringbuilder?
Why java is object oriented?
What is the difference between class forname and new?
What is lexicographically smallest string?
What are the types of java languages?
What is a top level class in java?
What is currentthread()?
What is the collections api?
Can java cast null?
Can we create a constructor in abstract class?
What is string [] args?