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’s the difference between sendredirect and forward methods
What do you mean by session tracking and also explain its techniques?
Given the request path below, which are context path, servlet path and path info?
Describe in brief RequestDespatcher?
What is servlet configuration?
What is servlet invoker?
What are the common methods that are included in the http servlet class?
Explain session tracking and its importance?
Where do you define dispatcherservlet?
Tell us something about servletconfig interface.
What is the use of send redirect () method?
What is the difference between the include() and forward() methods?
If servlet receives multiple requests, how many objects will it create?
What is difference between GenericServlet and HttpServlet?
What is difference between PrintWriter and ServletOutputStream?