Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Servlet serialization
06-11-2008, 07:15 PM
Post: #1
Servlet serialization
Why Servlets are serialized? What is the use of making them serialized?
Find all posts by this user
Quote this message in a reply
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.
Visit this user's website Find all posts by this user
Quote this message in a reply
06-12-2008, 08:17 PM
Post: #3
RE: Servlet serialization
If servlets are not serializable, load balancing will not work.
Find all posts by this user
Quote this message in a reply
06-12-2008, 08:24 PM
Post: #4
RE: Servlet serialization
Thanks everyone
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: