What is the difference between Server and Container?
No Answer is Posted For this Question
Be the First to Post Answer
why business logic written using servlets not in jsp. Jsp used for presentation purpose. serlvet used for coding business logic and controller logic. Reason for using servlets in business logic.
Difference between java beans & servlets?
How to get the current httpsession object?
When a servlet accepts a call from a client, it receives two objects. What are they?
Can we override destroy method in servlet?
how to link html file to sevlet file.one name is textbox,c&c++ is cheakbox,bc&mca is radio button and one submit buttonis ok why in this programme use in servelt file
Hi Friends, Can we make any method thread safe withour synchronized keyword?
Which java framework is most popular?
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 key methods that are involved in processing of http servlets?
servlet life cycle?
Servlet is pure java object or not?