Basic and Advance Java Question:
Download Questions PDF

What is an abstract method in Java Programming?

Answer:

An abstract method is a method whose implementation is deferred to a subclass in Java Programming.

Download Java Interview Questions And Answers PDF

Previous QuestionNext Question
What is the purpose of the wait(), notify(), and notifyAll() methods in Java Programming?What are the high-level thread states in Java Programming?