Search:

Type: Posts; User: ab1985

Search: Search took 0.09 seconds.

  1. Replies
    7
    Views
    1,123

    Re: Distinguish between different Threads

    I can't believe it was such a thing!!
    Thanks!!!! for now it's all working!
  2. Replies
    7
    Views
    1,123

    Re: Distinguish between different Threads

    sorry about that. I new to the forum and java :o
    I'll try to remove the static one, thanks!
    i will upload the rest of the program later when get home..

    --- Update ---

    Server Side:
  3. Replies
    7
    Views
    1,123

    Re: Distinguish between different Threads

    you are right. here is the Server Side of the code.





    import java.io.*;
    import java.net.*;
    import java.util.ArrayList;
    import java.util.Scanner;
  4. Replies
    7
    Views
    1,123

    Distinguish between different Threads

    Hi
    I making a program that a client connect to a server, then it's starts changing information throw the socket.
    the info is String.
    when connection with one open client everything is working...
  5. Replies
    7
    Views
    1,123

    Distinguish between different Threads

    Hi
    I making a program that a client connect to a server, then it's starts changing information throw the socket.
    the info is String.
    when connection with one open client everything is working...
  6. Replies
    2
    Views
    939

    Re: can someone help with this error?

    Thanks!
    that helped and also I've forgot to put static where the class of students.
  7. Replies
    2
    Views
    939

    can someone help with this error?

    Hi I'm a beginner in java. I have some problem with my code.
    can someone help me?


    import java.util.Scanner;


    public class HW11of2 {

    public static void main(String[] args) {
Results 1 to 7 of 7