InterviewSolution
Saved Bookmarks
| 1. |
Explain Javamail Architecture? |
|
Answer» The java application USES JavaMail API to compose, SEND and receive emails. The JavaMail API uses SPI (SERVICE Provider INTERFACES) that PROVIDES the intermediatory services to the java application to deal with the different protocols. The java application uses JavaMail API to compose, send and receive emails. The JavaMail API uses SPI (Service Provider Interfaces) that provides the intermediatory services to the java application to deal with the different protocols. |
|