preethi A
07-04-2008, 05:52 AM
Hi,
I need to extend two classes from a single class like
public class OutServlet extends HttpServlet,AbstractManagerEventListener
But it is impossible to extend two classes at a time in java.Is there any way to extend two classes.please assist me to do this.
Thanks
I need to extend two classes from a single class like
public class OutServlet extends HttpServlet,AbstractManagerEventListener
But it is impossible to extend two classes at a time in java.Is there any way to extend two classes.please assist me to do this.
Thanks