Thursday, July 14, 2011

.properties duplicate entries - handling by Properties class

if we have duplicate entries in .properties like below

entry1 = xxx
entry2=yyy
entry2=zzz

then during getProperty("entry2"),we will get only zzz   not yyy

No comments: