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

Which event is fired at the time of session creation and destroy?

0 Answers  


The code in a finally clause will never fail to execute, right?

0 Answers  


What is the difference between callling a RequestDispatcher using ServletRequest and ServletContext?

2 Answers  


What is difference between jsp and servlet?

0 Answers  


what is SSL?

3 Answers  






can we override service method in my servlet class..?? if yes or no why ??

7 Answers   IBM,


What is HTTP Session ?

6 Answers  


Which protocol will be used by browser and servlet to communicate

0 Answers  


can i call destroy() method in init() method of servlet

9 Answers   Ericsson, IBM,


Explain the architechure of a servlet?

0 Answers  


What are the common methods that are included in the http servlet class?

0 Answers  


Is it possible to have a constructor inside the servlet?

0 Answers  


Categories