How to commuincate between an applet and a servlet?
No Answer is Posted For this Question
Be the First to Post Answer
can i modify the data which are generated by the servlet
what is the difference between?when we write the code in following manner? class One extends httpservlet { } and class One extends genericservlet { }
What are Servlets?
What is a servlet engine?
What is the GenericServlet class?
why business logic written using servlets not in jsp. Jsp used for presentation purpose. serlvet used for coding business logic and controller logic. Reason for using servlets in business logic.
What are common tasks performed by Servlet Container?
Explain mvc pattern.
Is there any differance b/w getting servlet context from servlet config and session? if yes then what is that?
What do you mean by deployment descriptor?
What are sessions in servlets?
If you want to modify the servlet,will the Webserver need to be ShutDown ?