What' difference b/w JSP AND SERVELET?

Give me anssss

Showing Answers 1 - 2 of 2 Answers

siva

  • Oct 25th, 2005
 

Servlets are serverside programs, we can execute servlets with in web or application servers only.Using servlets we can't generate presentation very effectively because html code is hard coded in servlets,so it is very difficult for the programmers to separate presentation. Using jsp we can separate presentation form the processing.Jsp page are compiled not interpreted.Once the Jsp page is generated it is translated into servlet after the compilation.

  Was this answer useful?  Yes

nirmala

  • Nov 23rd, 2005
 

jsp : JSP Contain MVCServelt : n-tier Architerby nirmala

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions