What is Server-Side Includes?
Answer / 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 |
Can we override servlet service method?
What is servlet and its advantages?
How printwriter is different from servletoutputstream?
What do you mean by cgi in servlet?
Can we override destroy method in servlet?
What is new in ServletRequest interface ? (Servlet 2.4)
What are the types of ServletEngines?
Hi Friends, Can we make any method thread safe withour synchronized keyword?
How we can get ip address of client in servlet?
What is called Session Tracking?
What are the methods in HttpServlet?
What are the type of protocols used in httpservlet?