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 >>


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

Post New Answer

More Servlets Interview Questions

Tell us something about servletcontext interface.

0 Answers  


how can we execute servelt? what the use ".war" or ".jar" file creation

3 Answers   CTS,


What do you mean by scope object and what are its types?

0 Answers  


Define context initialization parameters.

0 Answers  


Which is better jsp or servlet?

0 Answers  






What are some disadvantages of storing session state in cookies?

0 Answers  


What is the <load-on-startup> element?

0 Answers  


How do u authorize and authenticate without <auth> of web.xml

1 Answers   Bosch,


How do you track a user session in servlets?

3 Answers  


How are Sessions are more advantage than using of Cookies or URLReWriting?

2 Answers   CTS,


What do you mean by url pattern in servlet?

0 Answers  


How do we go with database connection and log4j integration in servlet?

0 Answers  


Categories