Search:

Type: Posts; User: janpiel

Search: Search took 0.09 seconds.

  1. Replies
    6
    Views
    2,966

    Re: A networking quiz game idea

    The program would be more convenient with different threads because the main thread stops every time you call server.accept() and stream.readUTF() Both methods stop the thread in which they are...
  2. Replies
    6
    Views
    2,966

    Re: A networking quiz game idea

    I think so. I'm not a java networking expert and I dont know the best practices. Anyway here's a small example

    Client impl:


    package example.socket;

    import java.io.DataOutputStream;
    import...
  3. Replies
    6
    Views
    2,966

    Re: A networking quiz game idea

    I think that there exists no better language to do network programming like java. There exist several frameworks and standard specifications in any scale.

    One of the core and basic technics are...
Results 1 to 3 of 3