What is the functionality of actionservlet and requestprocessor?
No Answer is Posted For this Question
Be the First to Post Answer
Can we use javascript in Servlets?
how this statement works..? public void service(HttpServletRequest request,HttpServletResponse response)
where the session data will stored?
How many ways are available to ger RequestDispatcher object?
What are the different methods involved in the process of session management in servlets?
What do you mean by mime type?
What are the type of protocols used in httpservlet?
What is the use of httpservletrequestwrapper?
What is the effective way to make sure all the servlets are accessible only when user has a valid session?
Whether thread can be used in servlets?
can we use more than one controller in web application
What's the advantages using servlets than using cgi?