What is the Use of Abstract Method in Java? In any programming language, abstraction means hiding the irrelevant details from the user to focus only on the essential details to increase efficiency thereby reducing complexity . In Java, abstraction is achieved using abstract classes and methods.