About Question enthuware.ocpjp.v8.2.1623 :
Posted: Mon Dec 10, 2018 2:30 pm
Could you please tell me how can you define a String array in a properties file?
I understand that with a file:
key1 = Test
If you use rb.getString("key1"), you'll get "Test", but... how do you define an array, if anything that goes after the = goes to the same value? I've been searching the Internet, and I couldn't find a satisfactory answer - even in java doc!!
Thanks in advance!
I understand that with a file:
key1 = Test
If you use rb.getString("key1"), you'll get "Test", but... how do you define an array, if anything that goes after the = goes to the same value? I've been searching the Internet, and I couldn't find a satisfactory answer - even in java doc!!

Thanks in advance!