Update README.md

This commit is contained in:
collaboratewithakash 2022-09-23 15:20:27 +05:30 committed by GitHub
parent 5a944c0bfb
commit 4c54a43bd0
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ This module contains articles about networking in Java
- [Do a Simple HTTP Request in Java](https://www.baeldung.com/java-http-request)
- [Sending Emails with Java](https://www.baeldung.com/java-email)
- [Authentication with HttpUrlConnection](https://www.baeldung.com/java-http-url-connection)
- [Download a File from an URL in Java](https://www.baeldung.com/java-download-file)
- [Download a File From an URL in Java](https://www.baeldung.com/java-download-file)
- [Handling java.net.ConnectException](https://www.baeldung.com/java-net-connectexception)
- [Getting MAC addresses in Java](https://www.baeldung.com/java-mac-address)
- [Sending Emails with Attachments in Java](https://www.baeldung.com/java-send-emails-attachments)