Write a hello world program using servlets.
Is classes folder is compulsory in web-inf/ even though u r deploying ur application with war file?
What is the difference between portlet and servlet?
What are the disadvantages of storing session state in cookies?
Hi friends am newbie to servlet. How code reusability easy in servlet. why not in jsp . here reusabillity means only javabeans or any thing else.
How would you create deadlock on your servlet?
Explain servlet events?
How do you invoke a Servlet? What is the difference between doPost method and doGet method?
Explain the architechure of a servlet?
What are the steps that are required to handle the multi-threading?
How can you start a jta transaction from a servlet deployed on jboss?
Write a servlet to upload file on server.
What is difference between get and post method?