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
Explain how does JSP handle run-time exceptions?
Whether thread can be used in servlets?
Explain the difference between a web server and a web container?
Why do you use session tracking in httpservlet?
what do you understand by url rewriting?
What is servlet? Explain
How servlets are deployed in java?
What do you mean by scope object and what are its types?
What is servlet attributes and their scope?
What are the type of protocols used in httpservlet?
What is the difference between Server and Container?
Why filter is used in servlet?
Explain session tracking and its importance?
How we can get ip address of client in servlet?
Why are servlets used?