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
What do you mean by servlet context?
what is multiple server?
What is servlet interface?
When should you prefer to use doget() over dopost()?
Define the life cycle of a servlets.
What mechanisms are used by a Servlet Container to maintain session information?
What is a cookie What is the difference between session and cookie
How will you pass values from HTML page to the servlet?
Is tomcat a servlet container?
What are different ways for servlet authentication?
How do you define a servlet?
Write a program to show the functionality of doget and dopost method?
Which is the methods of generated servlet?
Describe in brief RequestDespatcher?
How do you communicate in between Applets and Servlets?