Salesforce Certified Platform Developer II — Question 73

Choose the correct definition for <apex:message>.

Answer options

Correct answer: C

Explanation

<apex:message> is designed to display a single message related to a specific component, which is why option C is correct. Options A and B refer to broader error handling and message formatting, while option D does not capture the specific component association that <apex:message> provides.