public default String name ()

Returns the name of this tool, or an empty string if no name is provided.

Returns:  the name of this tool

Since:  9

@apiNote It is recommended that the name be the same as would be used on the command line: for example, "javac", "jar", "jlink".
@implNote This implementation returns an empty string.