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's the difference between servlets and applets?
How to get the actual path of servlet in server?
Whats the advantages using servlets over using CGI?
What do you mean by cgi and what are its drawbacks?
Explain the different ways for servlet authentication?
What is the default http method in the servlet?
Differentiate between get and post?
What is the difference between jsp and servlet life cycle?
What are the types of servlet?
How can we refresh automatically when new data has entered the database?
What is string tokenizer?
Explain the role of dispatcherservlet and contextloaderlistener.
Explain the difference between a web server and a web container?
why we should override only no-agrs init() method.
What is pure servlet?