Is it possible to send a mail from a servlet? Explain?
Answers were Sorted based on User's Feedback
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 |
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 |
Explain how to improve Servlet Performance?
What is the use of Servlets?
Can we define constructor in Servlet class?
I Have A Plan to develop a Project in Struts,I want the template of struts project with Hibernate.Canany body provide me the required information?
How to get the IP address of client in servlet?
How can the referrer and the target urls be used in servlet?
we cant Override Jsp Service method?Why?
4 Answers Infrasoft, Mind Tree,
Explain servlet life cycle?
How a servlet is unloaded?
Tell us something about servletcontext interface.
how can we execute servelt? what the use ".war" or ".jar" file creation
Which HTTP method is non-idempotent?