What is Server-Side Includes?



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

Post New Answer

More Servlets Interview Questions

What are the phases of the servlet life cycle?

0 Answers  


What do you mean by cgi in servlet?

0 Answers  


Is servlet synchronized?

0 Answers  


What are the different methods involved in the process of session management in servlets?

0 Answers  


How do u authorize and authenticate without <auth> of web.xml

1 Answers   Bosch,






difference between forward and sendredirect

6 Answers   Accenture,


Can we override the ActionServlet?

3 Answers   ArisGlobal, HCL, PPF,


How many ways to remove the session object in the container

6 Answers   Bosch,


Is classes folder is compulsory in web-inf/ even though u r deploying ur application with war file?

3 Answers   Bosch, Cognizant,


What are the types of protocols supported by httpservlet ?

0 Answers  


What are the annotations used in servlet 3?

0 Answers  


What is the use of servlet context?

0 Answers  


Categories