Skip to content

Commit 95a8280

Browse files
authored
Update Readme.md
1 parent e3dc443 commit 95a8280

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Digital-Assignment/Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Develop Java Programs implementing 10 new concepts/features/Topics (not in our s
66

77
## Sending Email in Java through Gmail Server
88
* [Code](https://github.com/jacobjohn2016/Java-Programming/blob/master/Digital-Assignment/src/SendEmail.java)
9-
* [Source](https://github.com/jacobjohn2016/Java-Programming/blob/master/Digital-Assignment/src/SendEmail.java)
9+
* [Source](https://www.javatpoint.com/java-mail-api-tutorial)
1010
* [`.jar` files](https://www.javatpoint.com/src/mail/mailactivation.zip)
1111
* Steps:
1212
1. **Get the session object:** The `javax.mail.Session` class provides two methods to get the object of session, `Session.getDefaultInstance()` method and `Session.getInstance()` method.
@@ -89,4 +89,4 @@ The Apache Commons Mathematics Library. Jar files here - [`.jar` files](https://
8989
* [`.jar` file](https://github.com/jacobjohn2016/Java-Programming/blob/master/Digital-Assignment/jdmp-complete-0.3.0.jar)
9090
* [`.jar` file](https://github.com/jacobjohn2016/Java-Programming/blob/master/Digital-Assignment/ujmp-complete-0.3.0.jar)
9191
* [Linear Regression Classification](https://github.com/jacobjohn2016/Java-Programming/blob/master/Digital-Assignment/src/jdmp/LinearRegressionClassificationExample.java)
92-
* [Naive Bayes Classification](https://github.com/jacobjohn2016/Java-Programming/blob/master/Digital-Assignment/src/jdmp/NaiveBayesClassificationExample.java)
92+
* [Naive Bayes Classification](https://github.com/jacobjohn2016/Java-Programming/blob/master/Digital-Assignment/src/jdmp/NaiveBayesClassificationExample.java)

0 commit comments

Comments
 (0)