Explain the difference between servlet and cgi?
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.
What is servlet lazy loading?
program for RequestDispatcher in servlets?
Explain the different ways for servlet authentication?
Which interface must be implemented by all servlets?
what is meant by servlet to servlet communication?
What is generic servlet class?
What do you mean by web applications?
What is the capacity that doGet method can send to the server?
What are the functions of the servlet container?
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 does the term localization refer to?