I'm having a file containing one single line data. And the size of file is 300 MB.
This file's data am reading whole as one string and storing into one string variable. Then I'm using that variable for my lookups.
So my question is Is java string variable can hold this much heavy string ?
I think memory issue can happen ..but need suggestions.
Please give your suggestions.
Thanks !!