What are common tasks performed by Servlet Container?
No Answer is Posted For this Question
Be the First to Post Answer
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
Explain servlet life cycle?
Write a hello world program using servlets.
What do you mean by chaining in servlet?
what are the different services provided by the web server?
What are the advantages of servlets over traditional cgi?
What is servlet? Explain
List the Different types of servlet?
Is it possible to call servlet with parameters in the URL?
What is the use of java servlet api?
What are all the advantages of servlet over cgi?
how a servlet is instantiated, whether the container calls init() or by calling any other method? please somebody reply..