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 the Internal servlets maintained by the web server?

1 Answers   Infosys,


What is servlet in web technology?

0 Answers  


What is the difference between CGI and Servlet?

0 Answers  


What is the use of servletconfig interface?

0 Answers  


Can you send the mail from a servlet ,if yes tell how?

2 Answers  


What is Servlet Context?

5 Answers  


What are session variable in servlets?

0 Answers  


Explain mvc pattern.

0 Answers  


What is the difference between forward () and sendredirect () functions in servlet? Explain

0 Answers  


When servlet is loaded?

0 Answers  


Is Servlet Class Thread safe?????? How to make servlet Thread safe ???

4 Answers   Cognizant,


How to generate the server side programming and the advantages of it over the other languages?

0 Answers  


Categories