Ravi Sankar Pabbati wrote:
>
> I don't understand why there has to be a restriction on the size limit (64K) of the
> String that is to be serialized. The problem comes when we try to serialize it, can
> a String contain more than 64K characters.

64K BYTES.

The restriction is imposed by the Java core API class DataOutputStream. If you
do not serialize, or you write your own serialization mechanism, then there will
not be a 64K byte limit.

K Mukhar

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to