Is it possible to send a mail from a servlet? Explain?
Answer Posted / 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 |
Post New Answer View All Answers
How to find whether a parameter exists in the request object?
Is java servlet still used?
Servlet is pure java object or not?
What are the uses of servlet and what is servlet chaining?
What is webservlet?
Why is servlet used?
What is the structure of the http response
How we can get ip address of client in servlet?
Write a servlet to upload file on server.
What are the difference between session and cookies in servlet? Explain
How to create war file?
What is a servlet engine?
What are the advantages of Servlet over CGI?
How is a servlet implemented in code?
How do I know if java is running on linux?