Learn Basics of Datagram Socket : Socket programming usind UDP in Java

preview_player
Показать описание
UDP is a connectionless transport protocol which doesn't provide reliable service to application layer.
This video will explain udp socket programming in java with help of a simple example.
Рекомендации по теме
Комментарии
Автор

Great! you made it really easy. Yes, it was easy to understand. And I was also looking for "Socket programming using TDP in Java" but didn't find in your channel.

mahbuburrahman
Автор

thanks...simple and clear explanation.

vinayak_
Автор

nice one. easy for understanding basics!!!

mrAmal
Автор

is this programming same for even TCP/IP protocol?

NaveenKavi-lmso
Автор

very easy to understand. Thanx alot. :)

alaapdhall
Автор

Hello sir, I watched these 5 amazing videos of yours and they are amazing(🌠🌠🌠🌠🌠). Can you please clarify just one thing: serversocket and socket we used belong is TCP and Datagramsocket and Datagrampacket is UDP. Is this correct? Waiting for your reply

anilreddy
Автор

u hv a lil mistake at line-14. I suppose, there should be 'dp' as a parameter for creating string object....anwzz its working, but wouldn't work if it were to be tested in different machine... :)

javaprodigy