By far the best explanation I've found for this, thank you!
@CyberFraming2 жыл бұрын
Your detailed video and in-depth explanations helped me understand this concept at a deeper level and aided me in my quest to finish my homework. Thank you very much
@Adrian-re9fh3 жыл бұрын
Nice video as always! Thank you for taking your time to teach us all your knowledge about this language. Cheers :)
@WittCode3 жыл бұрын
Thanks so much for the continued support! Glad you are finding these videos helpful! 😃
@lukasz34573 жыл бұрын
I really enjoy your style of teaching. Keep up the good work :)
@prajwal_bagewadi Жыл бұрын
amazing video sir this video helped me a lot
@angelinawho55513 жыл бұрын
Amazing video, thank you a lot! Also keep the good work, gonna share this with my friends because they need your help xD
@mls41083 жыл бұрын
Great Job!!!!
@yaMuntaqim Жыл бұрын
Very useful stuff, thank you!
@realog57263 жыл бұрын
Keep up the good content bro. Good Job!!
@WittCode3 жыл бұрын
Thanks so much for the support man! 😀
@romeobernabe6871 Жыл бұрын
Hi there thanks for the video. How about how to connect via public ip? do you have any recommendations? Thanks
@Kikthan3 жыл бұрын
This is a great video, good job bro
@WittCode3 жыл бұрын
Thanks so much Adewale! I'm glad it helped you! 😁
@droidlycodes Жыл бұрын
How would I access the my home network outside of my home using this?
@NkosilomusaNcube-fs5di7 ай бұрын
Thank you Great work.How do we deploy a UDP Server have tried to research to no luck.Can you do a video on how to deploy a UDP server.
@WittCode4 ай бұрын
I always could! I'd recommend using Docker personally! That way you just have to pull the Java image and run it!
@zahreddinesoualem32133 жыл бұрын
how to send and recienve integer in java via udp ? I'm struggline with that problem
@_LeMinhTanAn2 жыл бұрын
Thanks very much ^^
@exemch48269 ай бұрын
running this program gives me an " address already in use : bind" error im so confused
@WittCode4 ай бұрын
sounds like you have some other program using that port!
@RZX-9993 жыл бұрын
can these files run from command prompt?
@droidlycodes2 жыл бұрын
So when I send a message to the server from client A how can client B receive the message client A sent using UDP?
@ДаниилБобков-ь1ь2 жыл бұрын
You can send copy of data to all clients.
@droidlycodes2 жыл бұрын
@@ДаниилБобков-ь1ь yes I found a way but get an out of memory error using my method, I'll keep studying my way through it because this method only allows for one client
@ДаниилБобков-ь1ь2 жыл бұрын
@@droidlycodes do you have discord? We can contact when we both have free time, and i will help u.
@droidlycodes2 жыл бұрын
@@ДаниилБобков-ь1ь yes I do I'll share my code after work as well! discord.gg/24HFnYtGRM
@_LeMinhTanAn2 жыл бұрын
how to it in form ?
@aswathys63313 жыл бұрын
can you explain how to create an UDP client side communication on android application?
@WittCode3 жыл бұрын
Hey Aswathy! That's a good idea for a video! I will look into it! 😃
@saammyyeet2 жыл бұрын
nice
@АлександрМан-в6ъ2 жыл бұрын
where is the Download Code
@nachwakraiem15723 жыл бұрын
amazing video !!good job :) . but how can i add the graphical interface in this code ? i really need your help . thank youu :D
@WittCode3 жыл бұрын
Hey Nachwa! I actually have a video coming out on Monday that will show you how to do just that! I would recommend looking up a tutorial on JavaFX and make the GUI that way.