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 |
What are the classes and interfaces for servlets?
What is a cookie What is the difference between session and cookie
Who is responsible for writing a constructor?
How to handle the debug errors in servlets?
What exception should be thrown when servlet is not properly initialized?
What is cgi and what are its drawbacks?
What is the difference between 2 types of servlets?
can i call destroy() method in init() method of servlet
Can we call destroy() method inside the init() method? What happens when we do so?
what are the way a client can be tracked?
What is servlet exception?
6 Answers EDS, Spa IT Solutions,
Why do we need servlet filter?