Old Dominion University

String variable text hold text to be encoded before writing with the help of encode method(). utf-8 is encoding scheme. After writing text, we again set reading pointer at beginning with the help of seek() method. then read the text from file and decode it with the help of decode() method then display the text. ................
................