Error in java file i am getting as ServletException cannot be resolved to a type
Multiple markers at this line - HttpServletRequest cannot be resolved to a type - HttpServletResponse cannot be resolved to a type
Please le me know if any jar is missing
public void doGet(HttpServletRequest req, HttpServletResponse resp)
throws ServletException, IOException {
doPost(req,resp);
}