What are the new features added to servlet 2.5?
No Answer is Posted For this Question
Be the First to Post Answer
describe all about advanced java with presentation
When should you prefer to use doget() over dopost()?
How two servlets communicate with each other?
What are the disadvantages of storing session state in cookies?
Define context initialization parameters.
Explain the architechure of a servlet?
Name the servers that can be used to develope and deploy Servlets?
Explain the difference between a web server and a web container?
How the JSP file will be executed on the Server side?
What is done after deploying a war file and before client gives a request
when the webcontainer creates ServeletConfig,ServletContext objects? befoure creating the Servlet object or not?
How do you define a servlet?