InterviewSolution
Saved Bookmarks
| 1. |
Which Class Implements A Decoder For Decoding Byte Data Using The Base64 Encoding Scheme In Java8? |
|
Answer» STATIC class Base64.Decoder − This class IMPLEMENTS a decoder for DECODING byte data USING the Base64 encoding scheme as specified in RFC 4648 and RFC 2045. static class Base64.Decoder − This class implements a decoder for decoding byte data using the Base64 encoding scheme as specified in RFC 4648 and RFC 2045. |
|