![]() |
VOOZH | about |
The toString() method of Writer Class in Java is used to get the String representation of this Writer instance. This method does not accepts any parameter and returns the required String value.
Syntax:
public String toString()
Parameters: This method accepts does not accepts any parameter.
Return Value: This method returns a String value which is the String representation of the Writer instance.
Below methods illustrates the working of toString() method:
Program 1:
String representation: java.io.PrintWriter@232204a1
Program 2:
String representation: java.io.PrintWriter@232204a1