Answer Posted / dipak
servlet is a general java file with added servlet api
functionalities,so like a java file it also throw exception
when it faces.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All 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 >>
What is servlet looping or chaining?
Elucidate servlet attributes and its scope?
What is servlet and list its types?
What is servlet mapping?
Is servlet a server side scripting language?
Can we override servlet service method?
What is servlet invoker?
Differentiate between get and post?
How do you deal property files in servlet?
Given the request path below, which are context path, servlet path and path info?
Is servlet synchronized?
Why is http protocol called as a stateless protocol?
What is the difference between Difference between doGet() and doPost()?
What are the objects involved when a servlet receives a call from client?