Properties manages a set of key value pairs. These pairs can be read
from and written to a .properties file.
A ResourceBundle is used to access resources in a way that accomodates
localisation. As the "Bundle" part of the name indicates, there are (or
can be) several resources each of them associated with a specific
locale. When a property/resource is retrieved, the result depends on the
locale you are using.
In most case, .properties files are used to store de resources, but
alternative implementations of ResourceBundle could use other means to
retrieve the resource values (eg. a database).
Axel Hallez
> Hi,
>
[quoted text clipped - 8 lines]
>
> Thanks in advance