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 |
Describe servlet?
What is difference between the HTTP Servlet and Generic Servlet? Explain about their methods and parameters?
What is the difference between portlet and servlet?
How do you load an image in a Servlet?
What is servlet name in web xml?
How the typical servlet code look like ?
What is session tracking?
What is the difference between genericservlet and httpservlet
When a client request is sent to the servlet container, how does the container choose which servlet to invoke?
What is URL Encoding?
what is session tracking?what are types of session tracking ?and when to cookies,when to use sessionmanagement,whent use url rewriting technique,plz explain briefly?
What methodology can be followed to store more number of objects in a remote server?