❗The content presented here is sourced directly from Udemy platform. For comprehensive course details, including enrollment information, simply click on the 'Go to class' link on our website.
Updated in [July 27th, 2023]
Log(n) Academy's Network Programming with Java Sockets course provides learners with the opportunity to learn how to write network applications using Java socket programming. This course follows a Practical First Theory Later approach, and covers the coding dynamics and implementation details of Java Network Programming. After establishing the basics of the code, the instructor delves into the underlying theoretical concepts in great detail, as it is essential for students to comprehend the intricate details of network communications. This course is beneficial for both beginners and experienced coders who wish to gain a better understanding of Network Programming and communications fundamentals.
Course Syllabus
Introduction
Practical First - User Datagram Packet
Practical First - Transmission Control Protocol
Practical First - Single Threaded Server
Practical First - Multi Threaded Server
Practical First - Multicast Socket
Theoretical Fundamentals - Intro