Explain their methods? Tell me their parameter names also have you used threads in servlet?
No Answer is Posted For this Question
Be the First to Post Answer
Explain how to improve Servlet Performance?
List the Different types of servlet?
Why do you use session tracking in httpservlet?
how the jsp page can be regenerated?
How to work with Chinese login page (internationalization).if he enters user name and password in chinese, how is it converted to English and validate in db? And in reverse it should display welcome message in Chinese,if user is valid
What are the supporting protocol by HttpServlet ?
Why do we have servlet listeners?
what is the difference between?when we write the code in following manner? class One extends httpservlet { } and class One extends genericservlet { }
can i call init() method in destroy() method of servlset. ?
How do we call one servlet from another servlet?
What is a cookie What is the difference between session and cookie
How do you run a servlet?