Answer Posted / annie
It enables us to embed a Java servlet within an HTML
document. The tags used are extension to the HTML language.
These tags will be kept on a file with a .shtml extension
which tells the server that the document contains a server
side include.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What are the drawbacks of cgi?
When a client request is sent to the servlet container, how does the container choose which servlet to invoke?
What is the requirement of servlet config and servlet context implemented and how are they implemented?
What is the use of welcome-file-list?
What are the kinds of http requests?
What is the disadvantage of cookies?
Difference between doget and dopost?
What is difference between server and servlet?
What do you mean by session tracking?
What is preinitialization of a servlet?
Can you send an authentication error from a servlet?
What are all the advantages of servlet over cgi?
How do you find out what client machine is making a request to your servlet
What do you mean by annotations in servlet?
Explain how to improve Servlet Performance?