Write a hello world program using servlets.
No Answer is Posted For this Question
Be the First to Post Answer
What is difference between jsp and servlet?
how can we execute servelt? what the use ".war" or ".jar" file creation
What are the uses of servlet and what is servlet chaining?
Which is better approach among four(HttpSession,cookie,URL Rewriting, Hidden Fields) Session Tracking technic's ? Why ?
How session tracking can be achieved, if your browser doesn't support cookies (or) if cookies are disabled?
How do you configure a centralized error handler in servlets?
Explain url encoding in servlet?
How are Sessions are more advantage than using of Cookies or URLReWriting?
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 web application directory arrangement?
Does servlet have main method?
If a servlet is not properly initialized, what exception may be thrown?