Which is better jsp or servlet?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Servlets Interview Questions

How can we invoke another servlet in a different application?

0 Answers  


What happens, if server sends a cookie to a browser that doesn't supports cookies?

2 Answers  


How do we share data using 'getservletcontext ()?

0 Answers  


What are the functions of the servlet container?

0 Answers  


What is MIME Type?

0 Answers  






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.

5 Answers  


What is the directory structure of a war file?

0 Answers  


request parameter how to find whether a parameter exists in the request object?

0 Answers  


What are the steps involved in placing a servlet within a package?

0 Answers  


What are the differences between forward() method and sendredirect() methods?

0 Answers  


What is the need of session tracking in HttpServlet ?

3 Answers  


What are the life-cycle methods for a servlet?

0 Answers  


Categories