What is Server-Side Includes?

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

How can we achieve transport layer security for our web application?

573


How many servlet objects are created?

567


What is servlet instance?

544


Explain the lifecycle of a servlet?

511


Which event is fired at the time of setting, getting or removing attribute from application scope?

617






How can the referrer and the target urls be used in servlet?

537


Can you send an authentication error from a servlet?

527


Explain web container.

571


What are the advantages of cookies?

632


Explain the difference between a web server and a web container?

519


Describe the phases of servlet lifecycle?

634


Once the destroy() method is called by the container, will the servlet be immediately destroyed? What happens to the tasks(threads) that the servlet might be executing at that time?

780


What is the workflow of a servlet?

721


Is java servlet still used?

592


Can we fetch the attributes related to a servlet on a different servlet?

638