The Documentation of the java.util.Properties-class states:
A property list can contain another property list as its “defaults”; this second property list is searched if the property key is not found in the original property list.
What’s the syntax for that? Or am I misinterpreting something?
Regards,
Tom
Take a look at the constructor. You can hand it another Properties object which will be used to retrieve default values.