client server interaction

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • saranjith
    New Member
    • Feb 2008
    • 1

    client server interaction

    can someine help me with this question??

    Develop a multi threaded appln which contains a server pgm. server will intereact with the cilents. & display the client messages on server.
  • JosAH
    Recognized Expert MVP
    • Mar 2007
    • 11453

    #2
    Originally posted by saranjith
    can someine help me with this question??

    Develop a multi threaded appln which contains a server pgm. server will intereact with the cilents. & display the client messages on server.
    Yes, I think 'appln' means 'application' and 'pgm' means 'program' (or 'programme'
    depending which side of the puddle you're on), so you should develop an
    application program that implements a server and client(s); all messages from
    the client(s) should be displayed somewhere on the server side.

    ServerSocket and Socket are the classes you need.

    kind regards,

    Jos

    Comment

    Working...