InterviewSolution
Saved Bookmarks
| 1. |
What Jdk Does The Javamail Api Need? |
|
Answer» The JavaMail API requires JDK/JRE 1.4 or higher. The JavaMail API is a Java optional PACKAGE, it is not part of the core Java SE but is INCLUDED in Java EE. The JavaMail API requires JDK/JRE 1.4 or higher. The JavaMail API is a Java optional package, it is not part of the core Java SE but is included in Java EE. |
|