waht is the main diference b/w servelts and JSP ?
Answer Posted / nagababu
By using jsp we can seperate presentation logic from
bussinesslogic
By Using Servlets combine presentation logic and business
logic.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the inter-servlet communication?
How to find whether a parameter exists in the request object?
How do you invoke a Servlet? What is the difference between doPost method and doGet method?
Write a servlet to upload file on server.
What is the major difference between servlet and applet?
How many servlet objects are created?
When using servlets to build the HTML, you build a DOCTYPE line, why do you do that?
why we should override only no-agrs init() method.
How to get the actual path of servlet in server?
How can you run a servlet program?
What is the type of method for sending request from http server?
What is servlet? Explain
Why HttpServlet class is declared abstract?
What is the effective way to make sure all the servlets are accessible only when user has a valid session?
What is the difference between a generic servlet and http servlet?