An abstract method is a method declaration inside abstract class having no body .There should be an abstract keyword used before method name. abstract method's body must be provided by its subclasses.
can we declare abstract method in final class?
No
can we declare abstract class as static?
No
can we declare abstract class final?
No
can we declare abstract method final?
No
Core Java Interview Questions
Object Oriented Programming(OOP) Questions and Answers
Collections Interview Questions
Java Exceptions Interview Questions
Java Threads Interview Questions
Collection framework in java interview questions
oops concepts with example in java
Java Serialization Interview Questions
Top 20 Core Java Interview Questions with Answers
String Interview Question in java With Example
synchronization interview questions
Java Reflection Interview question
Java Executor Framework (JDK 1.5) Interview Questions
JDK 1.7 interview Questations and Answers
Java I/O interview question with example