https://github.com/nisarldev/java-network-programming-mastering-tcp-ip-cjnp-2024-jva
https://github.com/nisarldev/java-network-programming-mastering-tcp-ip-cjnp-2024-jva
http java java-network tcp udemy-course udp
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/nisarldev/java-network-programming-mastering-tcp-ip-cjnp-2024-jva
- Owner: NisarLDev
- License: gpl-3.0
- Created: 2024-04-05T10:58:13.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-21T23:23:29.000Z (almost 2 years ago)
- Last Synced: 2025-02-15T18:52:08.367Z (over 1 year ago)
- Topics: http, java, java-network, tcp, udemy-course, udp
- Language: Java
- Homepage: https://www.udemy.com/course/network-programming-java-mastering-java-networking
- Size: 126 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Java-Network-Programming-Mastering-TCP-IP-CJNP-2024-JVA
### Bibliography
#### Java
1 - Secure Programming in Java Language. Ray Toal. Computer Science Department, College of Science and Engineering of the Loyola Marymount University. Los Ángeles, EEUU.
https://cs.lmu.edu/~ray/notes/securejava/
2 - SEI CERT Java Coding Standard. Carnegie Mellon University. Pittsburgh, EEUU.
https://wiki.sei.cmu.edu/confluence/display/java/SEI+CERT+Oracle+Coding+Standard+for+Java
#### Java Compilers
With Java 11 Version:
1 - https://www.programiz.com/java-programming/online-compiler/
2 - https://www.onlinegdb.com/online_java_compiler
With Java 17 Version:
1 - https://onecompiler.com/java/
With Java 21 Version and connection with Internet for testing:
1 - https://www.jdoodle.com/online-java-compiler
### Bibliography of URL and URI, ByteBuffer and InputStream Classes for Java 20 OR new versions
1 - new URL("") is Deprecated #java #shorts - YouTube.
https://www.youtube.com/watch?v=0f76rVS_HSY
2 - How to replace the deprecated URL constructors in Java 20? - Stack Overflow
https://stackoverflow.com/questions/75966165/how-to-replace-the-deprecated-url-constructors-in-java-20
3 - java.nio.ByteBuffer Class in Java - GeeksforGeeks
https://www.geeksforgeeks.org/java-nio-bytebuffer-class-in-java/
4 - ByteBuffer array() method in Java with Examples - GeeksforGeeks
https://www.geeksforgeeks.org/bytebuffer-array-method-in-java-with-examples/
5 - ByteBuffer allocate() method in Java with Examples - GeeksforGeeks
https://www.geeksforgeeks.org/bytebuffer-allocate-method-in-java-with-examples/
6 - ByteBuffer allocateDirect() method in Java with Examples - GeeksforGeeks
https://www.geeksforgeeks.org/bytebuffer-allocatedirect-method-in-java-with-examples/
7 . Guide to ByteBuffer | Baeldung
https://www.baeldung.com/java-bytebuffer
8 - tutorials/core-java-modules/core-java-nio-2 at master · eugenp/tutorials
https://github.com/eugenp/tutorials/tree/master/core-java-modules/core-java-nio-2
9 - Guide to ByteBuffer | Baeldung
https://www.baeldung.com/java-bytebuffer
10 - Java InputStream (With Example)
https://www.programiz.com/java-programming/inputstream
Java.io.InputStream Class in Java - GeeksforGeeks
https://www.geeksforgeeks.org/java-io-inputstream-class-in-java/