Is it possible to send a mail from a servlet? Explain?

Answers were Sorted based on User's Feedback



Is it possible to send a mail from a servlet? Explain?..

Answer / niranjanravi

yes we can a mail through mailAPI

Is This Answer Correct ?    3 Yes 0 No

Is it possible to send a mail from a servlet? Explain?..

Answer / saikiran

yes possible by API.
Explanation:
If that are in different two Independent Systems
That is One of the Rule that reference of Object in one
system is not given to the another system JVM is not
allowes.
For that RMI standard come into existance We make Free
from Vendor Locking

Is This Answer Correct ?    2 Yes 0 No

Is it possible to send a mail from a servlet? Explain?..

Answer / shumaan

yes we can thorough API

Is This Answer Correct ?    0 Yes 0 No

Is it possible to send a mail from a servlet? Explain?..

Answer / bhushan

yes its possible to send mail from servlets.
using dopost()method we can compose mail by hard coding HTML inside the out.println()-- this is Hidden form field mechanism. & urlRewriting.
And using sendRedirect() we reach to destination servlet.where ew again use req.getParameter().

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Servlets Interview Questions

What are some advantages of storing session state in cookies?

0 Answers  


we cant Override Jsp Service method?Why?

4 Answers   Infrasoft, Mind Tree,


What is the difference between the include() and forward() methods?

0 Answers  


Explain the working of service() method of a servlet.

0 Answers  


What is Servlets and explain the advantages of Servlet life cycle?

0 Answers  






Explain the servlet context.

0 Answers  


can we use more than one controller in web application

3 Answers   IBM,


What is the process for chaining servlet?

0 Answers  


What is the difference between RequestDispatcher and sendRedirect?-

5 Answers   CTS,


What are the important functions of filters?

0 Answers  


Difference between forward() method and sendredirect() method ?

0 Answers  


What is servlet?

15 Answers   Conesys, Siemens,


Categories