TCP Socket Programming in Java

Поделиться
HTML-код
  • Опубликовано: 24 окт 2022
  • This video demonstrates TCP Socket Programming model using java and illustrates how to send data from server to client application.

Комментарии • 4

  • @PROMAN8625
    @PROMAN8625 Год назад +5

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

    • @BBax10
      @BBax10 5 месяцев назад

      He explains it in the end of the video

    • @ZzzWake
      @ZzzWake 2 месяца назад

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

    • @BBax10
      @BBax10 2 месяца назад +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.