Explain Action Servlet?
No Answer is Posted For this Question
Be the First to Post Answer
What is called servlet container?
What do you mean by singlethreadmodel interface?
What is the type of method for sending request from http server?
How can we upload the file to the server using servlet?
What is the purpose of requestdispatcher interface?
Difference between doget and dopost?
Difference between forward() method and sendredirect() method ?
Explain request dispatcher and its methods.
Why is a constructor needed in a servlet even if we use the init method?
What are important features of Servlet 3?
What is the functionality of actionservlet and requestprocessor?
Hi Frieds, I am new to servlet why to use servlet in webapplication. what i know is " use servlet as a controller in mvc and to implemnent business logic . is it correct ? One more thing reason for implementing business logic with servlets , why not jsp.