properties 썸네일형 리스트형 java.util.Properties XML로 읽고 쓰기. loadFromXML storeToXML 규약이 있죠. ex) Properties properties = new Properties(); try { InputStream xmlStream = getClass().getResourceAsStream("resource/xxxxx.xml"); if( xmlStream == null ) { // null인데 어쩔껴.. } properties.loadFromXML(xmlStream); } catch (IOException exception) { // throw exception } DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd"> keyValue 더보기 이전 1 다음