Is it possible to send a mail from a servlet? Explain?
Answer Posted / shumaan
yes we can thorough API
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Write a servlet to upload file on server.
What do you mean by cgi and what are its drawbacks?
Describe some assignments that are executed by servlet container?
If servlet receives multiple requests, how many objects will it create?
What are the mechanisms used by a servlet container for maintaining session information?
What are session variable in servlets?
When a servlet accepts a call from a client, it receives two objects. What are they?
What are the phases of the servlet life cycle?
How to find whether a parameter exists in the request object?
What is the use of send redirect () method?
When jsessionid is created?
What is the difference in between the httpservlet and generic servlet?
What is servlet initializer?
Which http method is said to be non-idempotent and idempotent?
What is difference between ServletResponse sendRedirect() and RequestDispatcher forward() method?