|
Servlet serialization
|
|
06-11-2008, 07:15 PM
Post: #1
|
|||
|
|||
|
Servlet serialization
Why Servlets are serialized? What is the use of making them serialized?
|
|||
|
06-12-2008, 08:12 PM
Post: #2
|
|||
|
|||
|
RE: Servlet serialization
By making the servlet serializable, we have the option of serializing the servlet. So that we can archive persistence or load balancing in servlets.
|
|||
|
06-12-2008, 08:17 PM
Post: #3
|
|||
|
|||
|
RE: Servlet serialization
If servlets are not serializable, load balancing will not work.
|
|||
|
06-12-2008, 08:24 PM
Post: #4
|
|||
|
|||
|
RE: Servlet serialization
Thanks everyone
|
|||
|
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)





