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
Why do we have servlet filters?
How a servlet is unloaded?
How the JSP file will be executed on the Server side?
What are the different ways we can maintain state between requests?
How does java thread pool work?
What is servlet in simple terms?
Servlet is pure java object or not?
Difference between forward() method and sendredirect() method ?
What is the servletconfig object?
Explain the features are in servlet 3?
What is a web application and what is it’s directory structure?
What do you mean by url pattern in servlet?
Explain the working of service() method of a servlet.
Tell us something about servletcontext interface.
How will you pass values from HTML page to the servlet?