What are the phases of a servlet life cycle?
No Answer is Posted For this Question
Be the First to Post Answer
What exception should be thrown when servlet is not properly initialized?
What is the major difference between servlet and applet?
Can you use javascript in servlets?
What is difference between get and post method?
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
Is Servlet Class Thread safe?????? How to make servlet Thread safe ???
What are the disadvantages of storing session state in cookies?
What is the use of httpservletrequestwrapper and httpservletresponsewrapper?
Explain the jar and war files in servlet?
What is Request Dispatcher?
What are the functions of the servlet container?
What are the advantages of Servlet over CGI?