Thread
:
how to use java.util.Properties?
View Single Post
#
2
(
permalink
)
07-31-2007, 10:24 PM
brianhks
Senior Member
Join Date: Jul 2007
Posts: 134
Good question. Properties only work with String keys and String values. You can put the array together with a separator like ':' and then split it apart when you read it with String.split(":");
brianhks
View Public Profile
Send a private message to brianhks
Find all posts by brianhks