Kumar Sameer wrote:
> I want to save the Connection object so that another applet can use it. I
....................
> And if yes.... well can u advise me of any other
> method to achieve my objective.
For connection serialization try somwthing like this:
public class SerConnection extends Connection implements Serializable {
}
But I doubt that deserialized connection will be valid.
Instead you can serealize parameters (url,login,passwd etc.) for reopen
connection in other applet.
___________________________________________________________________________
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