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
What is servlet and how it works?
What is the web server used for running the Servlets?
Why the container loads server at the application startup and how?
What’s the difference between forward() and sendredirect() methods?
What is the directory structure of web application?
Why HttpServlet class is declared abstract?
Why is Servlet so popular?
What is a generic servlet?
What are some disadvantages of storing session state in cookies?
Whats the advantages using servlets over using CGI?
How do you configure a centralized error handler in servlets?
What is servlet configuration?
Why do we need a constructor in a servlet if we use the init method?
What are all the advantages of servlet over cgi?
Write a program to show the functionality of doget and dopost method?