we cant Override Jsp Service method?Why?
Answer Posted / smriti
we cant Override Jsp Service method becoz container pepole
have responsbility for override _jspService() method and
implement all logic according to user given data
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
What is the use of servletconfig interface?
How httpservlet is different from the genericservlet?
Define servlet mapping?
Can you create a deadlock condition on a servlet?
Explain the difference between servletconfig and servletcontext in servlet?
What exactly is a servlet?
What are the annotations used in servlet 3?
Is that servlet is pure java object or not?
What is the capacity the doget can send to the server?
What is http servlet in java?
What is cookie in servlet?
What are sessions in servlets?
Which interface must be implemented by all servlets?
Why is a constructor needed in a servlet even if we use the init method?
Is java servlet still used?