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
Java is pass by value or pass by reference? Explain
What is the use of private static?
What is adapter in java?
What is a percentage sign called?
What is difference between fail-fast and fail-safe?
What is the meaning of I ++ in java?
What is the use of inner class?
Is char a data type in java?
What is difference between string and stringbuffer?
What do you mean by an interface in java?
What is the epoch date?
What is finalize()?
Which programming language is most secure?
What are the different types of methodologies?
What is the difference between ArrayList and Vector? which one is better in Java