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 / mkj
1 in jsp we can edbed the code in html tag even we can
create on tag. in servlet we must create java files .
2. for jsp there is no deployment mean web.xml is required
but servlet it required.
3 fast development in jsp but in servlet d process is long .
4.there is diffrence in compilation process..
| Is This Answer Correct ? | 26 Yes | 40 No |
Post New Answer View All Answers
If some new data has entered the database, explain how can a servlet refresh automatically?
How forward () method is different from send redirect () method?
How can you push data from an Applet to a Servlet?
Why do we have servlet listeners?
How to get the actual path of servlet in server?
Can you create a deadlock condition on a servlet?
What is the purpose of dispatcherservlet properties?
Where do you define dispatcherservlet?
What is servlet instance?
What is the structure of the http response
What are the steps that are required to handle the multi-threading?
How to make sure a servlet is loaded at the application startup?
What is servlet mapping?
How is an application exception handling is done using a servlet?
how to link html file to sevlet file.one name is textbox,c&c++ is cheakbox,bc&mca is radio button and one submit buttonis ok why in this programme use in servelt file