Is it faster to access a property file or static constants from a class file?
Posted
by Alex
on Stack Overflow
See other posts from Stack Overflow
or by Alex
Published on 2010-04-27T15:17:20Z
Indexed on
2010/04/27
15:23 UTC
Read the original article
Hit count: 220
I develop a webservice application in a tomcat container, I have a lot of properties for the webapp like constants, error messages and so on.
What is the better and faster way to?
© Stack Overflow or respective owner