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 can we invoke another servlet in a different application?
What is the difference between using getSession(true) and getSession(false) methods?
can i override service method
What is the protocol used by Server & Client?
Is that servlet is pure java object or not?
Hi friends, am newbie to servlet. My interviewer asked why used servlet in your application. i used servlet for controller logic and business logic . is it correct ?
In jsp custom tags from child tags to how many levels of parent tags you can acess
What is servlet context ?
If we disable cookies in our web page, what will happen?
How to pass a requrest object of one servlet as a request object to another servlet?
Tell us something about servletcontext interface.
What is the difference between Get and Post Method?