Hi

Good day!

What is the main difference between <context-placeholder...> and <util-properties> in spring configuration?


Can i take it that the <contextlaceholder..>helps in replacing variables in xml config files and <utilroperties..>is used for loading system properties used within the classes in spring web application?

Thanks