java
hai
i have some doughts in servlets please give detail answers?
1.why java is not fully object oriented programming language
2.how to remove request parameter from HttpServletRequest object?
3.how to get RequestDispatcher objectnot relative to the present servlet?
4.how to get RequestDispatcher object relative to the present servlet?
5.How to set Load-on-startup to a filter
6.getWriter() of servletRequest produces singleton object true/false how give example
7.is it possible to give morethan one url-pattern to the same servlet
8.is it possible to call to your servlet through hyperlink?
9.what is the error code if requested resource is not available
10.is it possible to register two servlets with the same servlet name
11.is it possible to give two init parameters with the same name to a same servlet?
12.is it possible to give the same name to two context parameters?
13.when servletContext object will be created
14.how many HttpServletRequest objects will be involved while serving a request with two servlets(second servlet is calling through sendRedirect)
15.how to get servletContext object inside u r servlet?
Please Specify with clear explanation
Thanks&Regards
Siva

