Why servlet is faster than jsp?
No Answer is Posted For this Question
Be the First to Post Answer
Difference between doget and dopost?
What is the main purpose of java servlets?
What is the need of session tracking in web application?
What is the functionality of actionservlet and requestprocessor?
How threads are implemented in servlets?
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 called a session?
What is the procedure for initializing a servlet?
What is getservletcontext?
How do you find out what client machine is making a request to your servlet
How does Cookies work in Servlets?
Why don't we write a constructor in a servlet?