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
Which interface must be implemented by all servlets?
Explain the lifecycle of a servlet?
Difference between doget and dopost?
Why the container loads server at the application startup and how?
How do I support both get and post from the same servlet?
How do I use cookies to store session state on the client?
how the HTML data stored in web server?
What are the disadvantages of storing session state in cookies?
What are the types of servlets? Explain
I Have A Plan to develop a Project in Struts,I want the template of struts project with Hibernate.Canany body provide me the required information?
What is getservletcontext?
What do you mean by mime type?
What is a cookie What is the difference between session and cookie
How do we share data using 'getservletcontext ()?
What is SingleThreadModel interface?