what is the difference between Servlet and JSP?Advantage of
JSP over Servelt?Any concept present in JSP which we cant
implement in Servlet?
Answer Posted / hemant
here is a good reference http://blaze-core.com/difference-between-jsf-servlet-jsp/
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain url encoding?
Can you create a deadlock condition on a servlet?
What is the process for chaining servlet?
What is the need of session tracking in web application?
What is the need of servlet filters?
How native code can be used in a servlet?
How can we achieve transport layer security for our web application?
What is the purpose of inter-servlet communication?
What is servlet in tomcat?
What are sessions in servlets?
Can you refresh servlet in client and server-side automatically?
What is the use of servlet context?
Why is it that we can't give relative URL's when using ServletContext.getRequestDispatcher() when we can use the same while calling ServletRequest.getRequestDispatcher()?
What are the steps that are required to handle the multi-threading?
Explain servlet life cycle?