Java Echo Application: Part 2

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 พ.ย. 2024

ความคิดเห็น • 28

  • @mianbilawal5802
    @mianbilawal5802 4 ปีที่แล้ว +20

    The errors arise due to the following two statements are missing:
    On the client side: soc.close( );
    On the server side: ss.close( );

  • @digiblocs
    @digiblocs 4 ปีที่แล้ว +3

    Really good course on sockets

  • @hamzapaul7918
    @hamzapaul7918 3 ปีที่แล้ว

    well played keep it up!

  • @nehemiahgarcia6611
    @nehemiahgarcia6611 9 หลายเดือนก่อน

    Make sure to check parameters especially on the client BufferedReader objects

  • @sahilraina2474
    @sahilraina2474 5 ปีที่แล้ว +3

    Why didn't u used scanner class to read data from the keyboard
    And why do we need printwriter class , it is for file handling , correct me if i am wrong

  • @tremoctopus
    @tremoctopus 6 ปีที่แล้ว +4

    I don't get the response from server. No exceptions, just "Enter a string", I type "asdasdasd" (press Enter) and where is no response from server.

  • @SmartNeto
    @SmartNeto 5 ปีที่แล้ว +1

    Thanks, It was really helpful

  • @arungowda
    @arungowda ปีที่แล้ว

    once the connection is established, Can they talk back and forth? or is it that server and client get 1 message each per connection?

    • @emresarac2100
      @emresarac2100 ปีที่แล้ว

      Once you established the connection, you can keep them connected and make more than one echo by while loops.

  • @revue9457
    @revue9457 ปีที่แล้ว

    does it work locally?

  • @Sir_Isaac_Newton_
    @Sir_Isaac_Newton_ 11 หลายเดือนก่อน

    Not getting a response from the server even though I copied the code line by line.

  • @kakashisenpai99
    @kakashisenpai99 5 ปีที่แล้ว

    str (same name) in both client and server

  • @AnimatorJoe
    @AnimatorJoe 5 ปีที่แล้ว

    thanks!

  • @jassicadsouza376
    @jassicadsouza376 ปีที่แล้ว

    Not getting response from the server

  • @rubenmorenog7223
    @rubenmorenog7223 4 ปีที่แล้ว

    Hi! How would it be having the client and the server in different computers?

    • @redzlyrics3527
      @redzlyrics3527 3 ปีที่แล้ว +2

      i think must connect to same network and change the localhost to your ip network

  • @DavidEspinosa21
    @DavidEspinosa21 4 ปีที่แล้ว

    Could this be done from two separate computers?

    • @SK-wt8yd
      @SK-wt8yd 4 ปีที่แล้ว +1

      Yes

    • @DavidEspinosa21
      @DavidEspinosa21 4 ปีที่แล้ว

      @@SK-wt8yd Any idea how?

    • @mianbilawal5802
      @mianbilawal5802 4 ปีที่แล้ว +1

      @@DavidEspinosa21 Separate computers mean that if we are client and google is server then we use Ip address of google. In this way one computer is our's computer and second computer is where the google server located(in America).

    • @nicoleshi5013
      @nicoleshi5013 3 หลายเดือนก่อน

      @@mianbilawal5802 Does it mean we'll be using the IP address of the server when connecting it? Should we use a private or public IP address?

  • @AhmedZavahir
    @AhmedZavahir 9 หลายเดือนก่อน

    such a useless video,u didnt know how to explain this