Answer Posted / saikiran
CGI is not a programing Language that was giving some
standards we can implement in any of the programing
language implement those low level standard is difficult
for that only servlet gets come into the picture
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can we perform any action at the time of deploying the project?
What do you mean by web applications?
What are the uses of servlet
What is the inter-servlet communication?
What is a generic servlet?
A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?
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?
Explain the custom jsp tags and the beans.
What is difference between get and post method?
Explain the difference between jsp and servlet?
What are the different methods involved in the process of session management in servlets?
How to read request headers from servlets?
Why is Servlet so popular?
What is setattribute in servlet?
Is that servlet is pure java object or not?