[java] read properties file


[java] read properties file

1. 클래스 선언 public class Config() { private Properties configFile; public Config() { configFile = new java.util.Properties(); try { // 방법 1 시작 (이 방법은 프로젝트 내부의 파일만 사용할 수 있다..

[java] read properties file에 대한 요약내용입니다.

자세한 내용은 아래에 원문링크를 확인해주시기 바랍니다.


원문링크 : [java] read properties file