Which is best, servlets or JSP?
Servlets tend to be better at providing validation for HTTP requests, interpreting the request parameters and directing the outcome of the interaction. JSP are a good way of providing fairly static, template-style character output for Web applications that include some programming logic. … full answer hidden, click here for all answers Actions: Follow-up or correct this answer. Submit a new question.