Answer Posted / ravikiran(aptech mumbai)
abstract class contains abstract as well as non abstarct
methods,And the class cann't get instantiated.
abstarct method is the one which must get override in the
subclass
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
what are synchronized methods and synchronized statements? : Java thread
What is difference between adapter class and listener?
Why does the integer quotient -0/3 yield 0, but the double quotient -0.0/3.0 yields – 0.0?
What are the differences between processes and threads?
What is args length in java?
Is null a string?
What is an interface in java? Explain
Why java is called not pure object oriented language?
Why is multithreading important?
What does mean in regex?
What is a java lambda expression?
Can we write class inside a class in java?
What are benefits of java?
Can a class be declared as static?
What does java stand for?