InterviewSolution
Saved Bookmarks
| 1. |
How Will You Create A Base64 Decoder That Decodes Using The Url And Filename Safe Type Base64 Encoding Scheme? |
|
Answer» getUrlDecoder() method of BASE64 CLASS RETURNS a Base64.Decoder that DECODES using the URL and Filename safe type base64 encoding scheme. getUrlDecoder() method of Base64 class returns a Base64.Decoder that decodes using the URL and Filename safe type base64 encoding scheme. |
|