
what is difference between jsp and servlet?? what should a person use to develop website ??

JSP is used for view in MVC - I architecture. It used to generate dynamic contents in the form of HTML.
Servlet is used as Controller in MVC - I architecture. It is used to handle the request submitted from browser and process the data and redirect it to JSP.
Developing a website is generic question you may have to find out the usage , maintainablity , technical expertize and then you can go for MVC I or II architecture where u can use Struts, Spring framework.
Chandraprakash Sarathe
----------------------------
http://javaved.blogspot.com/

I need to create dynamic website.What should i use servlet or jsp??
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.