waht is the main diference b/w servelts and JSP ?
Answer Posted / amit kmar
Servlets are pure java programs.here we can't use HTML.
But in JSP we use HTML,so we can use and modify the data
very easily.
Servlets are faster than JSP.bcoz while running JSP
programs it will be converted into Servlets and then
executed,so it takes more time.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the use of java servlet api?
What are the kinds of http requests?
Write a program to show the functionality of servlets.
What is the purpose of requestdispatcher interface?
How do you get the ip address of the client in servlet?
What is the use of httpservletresponsewrapper?
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
Is servlet thread safe?
List the Different types of servlet?
Whether we can get deadlock situation in servlets?
How the JSP file will be executed on the Server side?
How do we go with database connection and log4j integration in servlet?
Why are http servlets used in programming?
Explain the servlet context.
What is MIME Type?