I have few doubts in JSP , its very urgent , can any one
please help me ..thanks a lot in advance. Please answer me soon.
Jsp questions..
1.Response of a jsp page is always buffered?(true/false)
2 JSP : forward tag does't forward the request object to the
forwarded page?(true/false)
3 If the bean is declared with the request scope then it is
accessible even within the re-directed page?(true/false)
4.Access to shared objects can't be synchronized explicitly in a JSP
page?(true/false)
5. Any page included using JSP : include can `t us cookies for the
state management?(true/false)
6. After the session is invalidated the session object can `t be used
in the page ?(true/false)
7. The error page is setting of the current page is passed on to
forwarded and included pages?(true/false)
8. Any object put into the session must be a serialized object?
(true/false)
9. Http session is lost if the network connection goes down?
(true/false)
10. Page scope variables are available across multiple requests to
the same page?(true/false)