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 to pass parameter from servlet to html form
How can we refresh automatically when new data is entered into the database?
Describe in brief RequestDespatcher?
What do you mean by a filter and how does it work?
What if we pass negative value in load-on-startup?
What are the security issues in Servlets?
What is the difference between RequestDispatcher and sendRedirect?-
can we create more than ServletContext and ServletConfig in your application
what are the different services provided by the web server?
What is preinitialization of a servlet?
What is the functionality of actionservlet and requestprocessor?
How do we translate jsp?