Since you have been such good sports , you can have another question.
( I didn't sign any non-disclosure agrrements.
) so I'll combine two questions into one .
4. Which of the following describe ways that dynamic information can be
made available to all
servlet requests sent to an application and which of the following can be used to store client side user state
information while avoiding any impact due to the users web browser
configuration?
> a) information in a Properties file
> b) information available from a singleton
> c) information in HttpSessions
> d) information in Hidden tags
> e) information in the ServletContext
> f) information in Cookies
> g) information in URL rewriting
> h) information in an HttpSession
regards
[ November 19, 2003: Message edited by: HS Thomas ]