TCP Socket Programming in Java

Поділитися
Вставка
  • Опубліковано 29 лис 2024

КОМЕНТАРІ • 4

  • @PROMAN8625
    @PROMAN8625 2 роки тому +5

    How can i send data both ways?
    Please help!
    but great video, i subscribed.

    • @BBax10
      @BBax10 9 місяців тому

      He explains it in the end of the video

    • @ZzzWake
      @ZzzWake 6 місяців тому

      @@BBax10 which port number i have to choose ? client or server port device ?

    • @BBax10
      @BBax10 6 місяців тому +1

      @@ZzzWake I don't think I understand the question. The server will open a socket in a port (whatever you want, just make sure there is no other service using it), then the client should connect to that same port.