Hi All,
I have a text file which contains the following content
ABC=true
XYZ=true
DEF=false
I want to read from this file and check the property XYZ. If found true, I must replace with false. I am now unsure of how to delete the existing "true" value of XYZ from the file.
My current approach is as follows:
Kindly help since i have to create the entire file again using the ArrayList after clearing the entire content