we cant Override Jsp Service method?Why?
Answer Posted / gunarathinam
My concern is as previous answer _jspServeice() is wriiten
by container and also in that method all the implicit
objects will be created except request and response. if you
overrirde that method you cant get those object. That is
the reason we cant overrirde service method in jsp.
| Is This Answer Correct ? | 44 Yes | 18 No |
Post New Answer View All Answers
Why do we have servlet filters?
What are the life cycle methods of the servlet?
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 >>
How to get ip address in jsp login page and how to validate like 127.1.0.1 all should not be greater than 255
What is a web container and what is its responsibility?
Why do we use sendredirect() method?
Explain the difference between a web server and a web container?
What is the use of send redirect () method?
Explain servlet.
What is the purpose of inter-servlet communication?
Tell us something about servletcontext interface.
What is getservletcontext?
Difference between doget and dopost?
What are the new features added to servlet 2.5?
Explain the difference between generic servlet and http servlet?