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
What exception should be thrown when servlet is not properly initialized?
What’s the use of the servlet wrapper classes??
What do you mean by web applications? Explain web application directory arrangement?
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 cgi and what are its drawbacks?
What is servlet in web technology?
Can servlet have a constructor ?
What is the difference between Servlet Request and Servlet Context when calling a Request Dispatcher?
What is dispatcher servlet?
What is servlet in tomcat?
Can you refresh servlet in client and server-side automatically?
How we can create war file in servlet?
What are the differences between the servletconfig interface and the servletcontext interface?
What is the web server used for running the Servlets?
How do we call one servlet from another servlet?