Search:

Type: Posts; User: dumb_terminal

Search: Search took 0.15 seconds.

  1. Replies
    3
    Views
    2,435

    Re: Help with JAVA Server-Client Program

    Thank U, wud u blv i am also a noob ? Anyway if u plan a GUI, pay extra attention, u need to seperate the GUI classes in Event dispatching thread (google it), but first try out some multithreading in...
  2. Replies
    3
    Views
    2,435

    Re: Help with JAVA Server-Client Program

    Should be simple enough. U need multithreading if u desire to service multiple client. I am giving a layout not actual source.
    Server:

    class server{
    main(){
    ServerSocket ss = new...
Results 1 to 2 of 2