String format (String message, Objects... arguments)String format (String message, Objects... arguments)| Name | Type | Description |
|---|---|---|
message | String | The String that contains the pattern(s) specified by %s. |
arguments | Object[] | The argument values to substitute. |
| Type | Description |
|---|---|
String | A String with parameters substituted. |