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 / rajesh
Actually There is no difference bw Servlet and jsp
Both are aimed to achive the same result but in normall
usuage ,we can select a jsp as a View and serlvlet as a
container Since we need to seperate the Presentation logic
from Controller part as per MVC 2 architecture.
The question it self is not correct because all the Jsp
would end up in a servlet at LAST.
Thanks
Rajesh
Rajeshr1988@gmail.com
| Is This Answer Correct ? | 4 Yes | 6 No |
Post New Answer View All Answers
Hi frnd can i any one kindly can post for me portlet,hibernate and spring example application and with flow explantion configuration using Jdeveloper.and related links ar tutorials kindly please send me .its urgent for me .thanks in advance...........else can any one send to kondaiah.goddeti@gmail.com
What is the difference between context parameter and context attribute?
What do you mean by deployment descriptor?
How do you load an image in a Servlet?
What is httpservlet and how it is different from genericservlet?
Why filter is used in servlet?
How do you get the ip address of the client in servlet?
Write a command to get actual path of a servlet to the server?
What are the servlet events?
Why do we need a constructor in a servlet if we use the init method?
What is generic servlet class?
What is url encoding and url decoding
Explain the servlet context.
What is the procedure of invoking different servlet in a different application?
What is servlet and how it works?