How to read line from file(txt) with constant memory complexity in java? O(1) !
Something like this has O(n)m but I need O(1):
FileReader fr = new