What is a matching java collection in the <string, string> dictionary
3 answers
You can use java.util.Properties , which extends Hashtableand uses Stringboth the key and value type.
0
You can use java.util.Properties , which extends Hashtableand uses Stringboth the key and value type.