InterviewSolution
Saved Bookmarks
| 1. |
How Will You Create A Base64 Encoder? |
|
Answer» getEncoder() METHOD of Base64 class returns a Base64.Encoder that encodes USING the Basic TYPE base64 encoding scheme. getEncoder() method of Base64 class returns a Base64.Encoder that encodes using the Basic type base64 encoding scheme. |
|