Hi all,
i have a few queries for u.
1. why dont we write any code in the constructor of the
servlet?(reason other than unavailablility of config and context)
2.can a servlet have static fields and methods(is it a good practice to write them?)
3. why only a get request can be bookmarked(and how the bookmarking is done?)
4. what does a VM mean with respect to the folder structure( for example say 2 servlets are in 2 VM) does that mean they are in 2 different systems...or in 2 different webservers on the same JVM?Why is the book always referring to things on different VMs'?
5. how do the sessions migrate from one VM to the other if they are on two different machines?
6.what is the difference b/w client known URL name and Deployer known secret internal name on page 46?
Hope you help me with these queries.
Regards,
Yashu