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 is the difference between servlet and filter?
What is called a session?
Which are the different ways you can communicate between servlets?
What are common tasks performed by Servlet Container?
What do you mean by web applications? Explain web application directory arrangement?
how to make the IP address to .com
What is Servlet API used for connecting database?
What is ServletConfig object?
What is servlet invoker?
How can you run a servlet program?
Explain get and post.
What is the difference between CGI and Servlet?