Search:

Type: Posts; User: bgroenks96

Search: Search took 0.10 seconds.

  1. Re: asynchronous communication instant messenger program......

    So what do you mean by asynchronous? You can't have one run without the other... Do you mean run them within the same program?

    All that requires is multi-threading. Host code in the main method...
  2. Re: asynchronous communication instant messenger program......

    Reposted with proper highlights and code tags.... O_o



    import java.io.*;
    import java.net.*;

    class server
    {
    public static void main(String[] args)
Results 1 to 2 of 2