Hi All,
I want to parse a .java or .txt file and store the contents in some data structure, say an array or linked list. using java.util.regex is the correct option or is there any other better option to do the same? the contents generated out of this parsing would be huge.
thanks in advance!
Regards,
Pooja