18 lines
950 B
Markdown
18 lines
950 B
Markdown
=========
|
|
|
|
## Core Java Networking
|
|
|
|
### Relevant Articles
|
|
|
|
- [Connecting Through Proxy Servers in Core Java](https://www.baeldung.com/java-connect-via-proxy-server)
|
|
- [Broadcasting and Multicasting in Java](http://www.baeldung.com/java-broadcast-multicast)
|
|
- [A Guide To UDP In Java](http://www.baeldung.com/udp-in-java)
|
|
- [Sending Emails with Java](http://www.baeldung.com/java-email)
|
|
- [A Guide To HTTP Cookies In Java](http://www.baeldung.com/cookies-java)
|
|
- [A Guide to the Java URL](http://www.baeldung.com/java-url)
|
|
- [Working with Network Interfaces in Java](http://www.baeldung.com/java-network-interfaces)
|
|
- [A Guide to Java Sockets](http://www.baeldung.com/a-guide-to-java-sockets)
|
|
- [URL Encoding and Decoding in Java](http://www.baeldung.com/java-url-encoding-decoding)
|
|
- [How to Perform a Simple HTTP Request in Java](http://www.baeldung.com/java-http-request)
|
|
- [Difference between URL and URI](http://www.baeldung.com/java-url-vs-uri)
|