Hi
I have a few static data which at present i have kept in an array. This data is a set of server names which have a tendency to be changed bimonthly. i am trying to connect to these server names using the for loop.
Now since these data may be changed,i dont want to compile the whole
java class. i am planning to place the data in a xml file. Please tell me how to access these without involving complexities like sax, dom. is there any other way to iterate through the data?
Please help