Update README.md

[skip ci]
This commit is contained in:
edizor 2023-02-09 07:51:27 +08:00 committed by GitHub
parent 3a82caa5b6
commit 220a73e43b
1 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
## Relevant Articles:
- [Difference Between URI.create() and new URI()](https://www.baeldung.com/java-uri-create-and-new-uri)
- [Validating URL in Java](https://www.baeldung.com/java-validate-url)
- [Validating URL in Java](https://www.baeldung.com/java-validate-url)
- [Validating IPv4 Address in Java](https://www.baeldung.com/java-validate-ipv4-address)