Home » JAVA Programming » Networking » Question
  1. Which of these method of MimeHeader is used to return the string equivalent of the values stores on MimeHeader?
    1. getString()
    2. convertString()
    3. string()
    4. toString()
    5. None of these
Correct Option: D

toString() does the reverse of parse() method, it is used to return the string equivalent of the values stores on MimeHeader.



Your comments will be displayed only after manual approval.