Hi i need a java code which read specific value from a file.
Example:
I have a text file named data.txt
it contain :
Customer Name :Sarwar
Customer Id : 001
Product Price :2000
now how can i take value from the file data.txt 001 and 2000 and save them in a another text file named new_data.txt ?
Can any one help me?