How the typical servlet code look like ?


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

Post New Answer

More Servlets Interview Questions

Life Cycle of servlets?

4 Answers   3i Infotech,


What is the difference between servlet and filter?

0 Answers  


Why is http protocol called as a stateless protocol?

0 Answers  


How to make sure a servlet is loaded at the application startup?

0 Answers  


What if we pass negative value in load-on-startup?

0 Answers  






If my browser does not support cookie, and my server sends a cookie instance what will happen?

0 Answers  


How can the session in servlet can be destroyed?

0 Answers  


Explain the servlet filter.

0 Answers  


What are the differences between the servletconfig interface and the servletcontext interface?

0 Answers  


How variables can be accessed across the sessions?

3 Answers  


Explain life cycle of a Servlet?

2 Answers  


I have a requirement Here we have a ResultSet object that will contain 50 records i need to print those recors in to a webpage(i.e; view according to MVC architectures that mybe servlet or jsp) . Here i need to print the records 10 per page that is 1 to 10 in page one and 11 to 20 in page two like remaining will be appeared in other pages we need to display those page numbers whenever we click on that page number we will go to that page and display 10 records like we will display 5 pages it is like this << 1 2 3 4 5 next >>

0 Answers   ProKarma,


Categories