Good morning to everyone,
I need to collect data from a list that I have in a .properties.
example: numbers = 124234,12342343,12234234,234234,234234,23423
and collect it in java to be able to compare it with the number that has been asked to the user to know if he is awarded. Been searching and can not find the way to create the list (if it should be collected as in the example or in another way) and how to recover it in java list. Recover values of properties in java but for more than try I can not recover a list of values.
Greetings and thanks for your time.