![]() |
VOOZH | about |
The toString() method of java.security.Provider class is used to return a string with the name and the version number of this provider.
Syntax:
public String toString()
Return Value: This method returns the string with the name and the version number for this provider.
Below are the examples to illustrate the toString() method:
Example 1:
Provider : SUN version 1.8
Example 2:
Provider : SUN version 1.8