TCP and UDP sockets in Java
Platform: Udemy
Status: Available
Duration: 2 Hours
Price: $19.99 $0.00
Note: Udemy FREE coupon codes are valid for maximum 3 days only. Look for "Get Coupon" orange button at the end of Description. This post may have affiliate link & we may get small commission if you make a purchase.
Notice for Our Visitors in INDIA:
If Udemy Coupon is 100% OFF but it is not FREE when you go to Udemy Website, please follow the below instructions to make it work. This is mainly affecting visitors that has INDIA as a Country of Residence in their profile in Udemy.
Steps:
1. Use VPN (Virtual Private Network) & Select Another Country like USA.
2. Clear udemy.com website cookies from your browser or You can also use incognito mode or different browser like Opera which has inbuilt VPN.
3. After making a VPN Connection, Create a new Udemy Account.
4. Then go to your desired Course Page & Apply Coupon.
5. If the Coupon is successfully applied, then Continue the process & Enter the VPN Country.
6. Enjoy your Free Course!
What you'll learn
- Programming basic network applications
- Programming client-server applications
- TCP Sockets in Java
- UDP Sockets in Java
- Running multiple clients at the same time (multithreading)
- JDK (Java Development Kit) - you'll learn how to install it in the first lesson
- Eclipse (code is same for other IDEs) - you'll learn how to install it in the first lesson
- Basic Java knowledge would be nice, but not necessary
- Basic understanding of computer networks (TCP/UDP)
If you have a great idea for an app that needs to communicate through a network, or you're just beginning to learn Java, or you're a network engineer looking to implement one of many network protocols, you've come to the right place!
In this course, you'll get the tools to build both client-server and peer-to-peer applications. We'll cover both the use of TCP and UDP sockets, and I'll leave it to you to choose which one suits your application better. There are some bonus examples that you can use to practice, and you're more than welcome to post your questions, ideas or struggles in the Q&A section.
All of the code is thoroughly explained, so you don't need much prior Java knowledge, but basic understanding of programming in general is a plus.
In this course, you'll get the tools to build both client-server and peer-to-peer applications. We'll cover both the use of TCP and UDP sockets, and I'll leave it to you to choose which one suits your application better. There are some bonus examples that you can use to practice, and you're more than welcome to post your questions, ideas or struggles in the Q&A section.
All of the code is thoroughly explained, so you don't need much prior Java knowledge, but basic understanding of programming in general is a plus.
Who this course is for:
- Network engineers
- Java beginners