Search:

Type: Posts; User: chuikingman

Search: Search took 0.12 seconds.

  1. server socket variable cannot pass to diff function within the same class

    I use below code to establish socket and write back string to out1 stream to client .

    I accept the socket socket and out1 stream in run() , I use another function p_output_socket() to write back...
  2. Re: one java progarm handle two socket connection

    Any example/sample code for eventhandler to monitor connection or string ????
    Any example ???
  3. Re: one java progarm handle two socket connection

    I understand I can creat more than one socket connection .
    but how can I read the data from socket connection .
    If I have A,B connection , so, I read A , then B ,then A ,then B ..
    Apart from this...
  4. one java progarm handle two socket connection

    Hi,
    I need to write a java program handle two sockect connection A ,B .
    So, in normal case ,one connection , the program will read data from connection and process it .
    Then read data from...
  5. Replies
    2
    Views
    1,092

    Re: where is class Select in my code

    No .I only use in dos prompt .
    I use command javac to compile .
    But I search the 1.jar file and it is include the Select Class already .
    So, when I compile . I have already use javac -cp 1.jar ...
  6. Replies
    2
    Views
    1,092

    where is class Select in my code

    Hi,
    I writet the jave code and uset he class select like below

    import org.openqa.*;
    import org.openqa.jetty.*;


    Select select1 = new Select(driver.findElement(By.name("Language")));
    ...
  7. Replies
    1
    Views
    2,301

    [SOLVED] what is wrong for the java code

    aaaaaaaaaa
Results 1 to 7 of 8