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 new features added to servlet 2.5?
What is pure servlet?
What is the importance of init() method in Servlet ?
What are important features of Servlet 3?
What exactly are the functions of servlet?
What do you mean by web applications? Explain web application directory arrangement?
What is the servletconfig object?
Explain the difference between servletconfig and servletcontext in servlet?
What is the servlet?
hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code
Whether we can get deadlock situation in servlets?
What's the use of servletcontext?
What is the default http method in the servlet?
Why do we have servlet filters?
How is a servlet implemented in code?