How do you maintain a stateful session object across the
session
Answer Posted / balaji
Stateful session object across the session may be maintained
through :
1. Hidden fields
2. Cookies
3. Http Session Object
a) Session managed using Cookies
b) Session managed using URL-reWriting technique.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is the infobus?
Why doesn’t the focus feature on the tag work in every circumstance?
Should synchronization primitives be used on bean methods?
What is scalable, portability in the view of J2EE?
Is a class a subclass of itself?
Do we need to override service() method
What is abstract schema?
What is re-entrant. Is session beans reentrant. Is entity beans reentrant?
the same information whether it will connect to the database or it will be used previous information?
Name the eight primitive java types.
What is a class loader? What are the different class loaders used by jvm?
AS a developer will u create a data source in connection pool? If so how will u do that, how to access the object from connection pool using IRAD tool?
What is ripple effect?
Describe responsibilities of Activator?
In RMI, inorder to sent the stub reference to the client, is we have to load the server object first into the memory or can we directly sent reference to the client?