Multiple choice technology programming languages

How do I send email from my Servlet?

  1. Mail Service

  2. Simple Mail Protocol

  3. Java Mail Service

  4. Mail Protocol

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

JavaMail API (Java Mail Service) is the standard Java library for sending emails from applications including Servlets. 'Mail Service' and 'Mail Protocol' are too generic, and 'Simple Mail Protocol' refers to SMTP which is used under the hood.