On Thu, Mar 18, 1999 at 12:06:31PM -0500, Michael Caines wrote:
> The java.util.Properties class has methods for loading and saving a
> Properties object from a stream, but no setter method for changing
> individual properties.

        Um, yes it does. Properties extends Hashtable -- so it
inherits the put(Object, Object) method.


--
Robert Crawford                 [EMAIL PROTECTED]
http://www.iac.net/~crawford

___________________________________________________________________________
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