TextTransfer
String
An example of a java String containing plain text is shown below:
String textData = "Hello World";
TextTransferprovides a platform specific mechanism for converting plain text represented as a javaStringto a platform specific representation of the data and vice versa.An example of a java
Stringcontaining plain text is shown below:String textData = "Hello World";