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 is string in java?
How many types of gc are there in java?
What is private static class in java?
What is a method in programming?
What is a default constructor and also define copy contrucyor?
What is a substitution variable?
What is a key in java?
Differentiate between overriding and overloading cases?
How do you write a conditional statement?
How is it possible in java programming for two string objects with identical values not to be equal under the == operator?
What is a locale?
Can an interface have a constructor?
How many types of keywords are there?
23. Storage space in java is of the form Stack Queue Heap List 24. What is java code embedded in a web page known as Applets Servlets scriptlets snippets 25. Which of the following attributes are compulsory with an
What is difference between == equals () and compareto () method?