18 lines
1008 B
Markdown
18 lines
1008 B
Markdown
|
## Core Java Networking
|
||
|
|
||
|
This module contains articles about networking in Java
|
||
|
|
||
|
### 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)
|
||
|
- [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)
|
||
|
- [Guide to Java URL Encoding/Decoding](http://www.baeldung.com/java-url-encoding-decoding)
|
||
|
- [Difference between URL and URI](http://www.baeldung.com/java-url-vs-uri)
|
||
|
- [Read an InputStream using the Java Server Socket](https://www.baeldung.com/java-inputstream-server-socket)
|
||
|
- [[More -->]](/core-java-modules/core-java-networking-2)
|