/ Published in: Java
Loads Properties from a file and retrieves a single String property.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
if (properties == null) { try { } } return properties.getProperty(propKey); }