explain session tracking. why we used it
Answers were Sorted based on User's Feedback
session tracking is the process of keeping session data(i.e-the data exchanged between server & client as part of httpRequest)to use these data in further pages.
If the server supports stateless protocol like:http then the server can't store the session data exchanged between server & client in earlier pages.if we use stateful protocol it will reduce performance as it takes more memory & more time.
So we can use session tracking/session handling techniques,like:
url rewritting
hidden form fields
cookies
session managed by cookies
session managed by url rewritting
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / neha
Session is a series of request from a single
client.Actually HTML is a stateless protocol which means it
does not save any data exchanged between client and server.
Hence to store this data, or maintain a record session
tracking is used.
THis can be achieved through
url rewriting
cookies
hidden form field
using httpsession
| Is This Answer Correct ? | 6 Yes | 0 No |
Explain the methods of Naming class, rebind( ) and lookup()?
Name three component subclasses that support painting?
Why RMI required an interface?
What is synchronization?
What is the relationship between local interfaces and container-managed relationships?
How would you create a button with rounded edges?
whats is mean by tiles in struts
What is the difference between the font and fontmetrics classes?
why static class in java
What is permgen or permanent generation?
Differences between applications and applets?
cud u help me ... i am struggling with this question... to find all the subsets of a given set for ex.... a,,b,c shud give all the subsets.... i gt the program in c bt nt able to get it in java..... help needed ..