| Author |
ResourceBundle and performance
|
Mark Webb
Greenhorn
Joined: Aug 31, 2002
Posts: 10
|
|
I was wondering what kind of performance hit my program is taking by using ResourceBundles instead of loading the information using the Properties class. I have 5 files that I load using a ResourceBundle, and knowing the the ResouceBundle class uses reflection..etc, there must be some performance degredation versus loading the information into the JVM using the Properties class. Thanks in advance for the help.
|
 |
 |
|
|
subject: ResourceBundle and performance
|
|
|