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 a jsp be called using a servlet?
What are the uses of servlet
In jsp custom tags from child tags to how many levels of parent tags you can acess
How to handle the debug errors in servlets?
What is servlet and its types?
How can you push data from an Applet to a Servlet?
Explain the jar and war files in servlet?
can we create more than ServletContext and ServletConfig in your application
What is setattribute in servlet?
What is url encoding and url decoding
Describe the phases of servlet lifecycle?
What is cgi?