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 |
How can we achieve transport layer security for our web application?
What are the classes and interfaces for servlets?
What are its drawbacks of cgi?
What are the phases of servlet life cycle?
List the Different types of servlet?
How can we create deadlock situation in servlet?
What methodology can be followed to store more number of objects in a remote server?
Given the request path below, which are context path, servlet path and path info? /bookstore/education/index.html
What are the difference between HttpServlet and GenericServlets?
Explain jsessionid?
What is the difference between sendredirect() and forward() in a servlet?
How can you start a jta transaction from a servlet deployed on jboss?