I want to save values as an ArrayList of double in a file. Whenever there is new value, it should be added in an ArrayList without erasing the previous ones. I’m try to use the function,DataStream. Is it possible? If its possible, please let me know how to implement that.
Share
Please refer below code .