If servlet receives multiple requests, how many objects will it create?
No Answer is Posted For this Question
Be the First to Post Answer
Does servlet have main method?
What are the uses of servlets?
What is session?
What is servlet and its advantages?
What are session variable in servlets?
what is servlet and what you get when we use servlets?
What is the major difference between context parameter and context attribute?
where the generated jsp source file are stored?
What are the ways to handle multi-threading in servlets?
How does java thread pool work?
If my browser does not support cookie, and my server sends a cookie instance what will happen?
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.