Related resources for How to use Abstract class in JSP
  • Working With an Abstract Class in JSP12/16/2011 11:33:06 PM. Java provides a special type of class called an abstract class which helps us to organize our classes based on common methods. An abstract class lets you put the common method names in one abstract class without having to write the actual implementation code.