Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

jsp doubts urgent

  Asked By: Hondo    Date: May 29    Category: Java    Views: 727
  

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)

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Laurel Collins     Answered On: May 29

Here,i have got some answer  for 2 of the questions:
2 JSP : forward  tag does't forward the request  object to the
forwarded page?(true/false)
ans:it will forward the request object  to the forwarded page
>
> 3 If the bean  is declared with the request scope  then it is
> accessible even within the re-directed page?(true/false)
yes it is accessible

 
Didn't find what you were looking for? Find more on jsp doubts urgent Or get search suggestion and latest updates.




Tagged: