a) getmx()
b) retrieve_mx()
c) getmxrr()
d) retrieve_mxrr()
Answer: c
Explanation: The function getmxrr() returns the MX records for the specified internet host name. This function is used to retrieve the MX records for the domain specified by hostname.
Related Posts
What would be behaviour if the constructor has a return type?
What would be the behaviour if one parameterized constructor is explicitly defined?
What is not the use of “this” keyword in Java?
What is true about protected constructor?
Abstract class cannot have a constructor.
What is true about constructor?
What is true about Class.getInstance()?
Join The Discussion