G
GMHK
Hi,
Can anyone tell me the whats the difference between the resource bundle
and Properties classes in java.
As both uses the .properties file to get the string constants.
At what point of time would the programmer decide to choose which of
the either classes.
What i understood so far is resourcebundle makes uses of String manager
to get the string.
where as the Properties tries to read the properties directly.
Thanks in Advance
Can anyone tell me the whats the difference between the resource bundle
and Properties classes in java.
As both uses the .properties file to get the string constants.
At what point of time would the programmer decide to choose which of
the either classes.
What i understood so far is resourcebundle makes uses of String manager
to get the string.
where as the Properties tries to read the properties directly.
Thanks in Advance