College assignment on Ports and Sockets

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • YASIN786
    New Member
    • Feb 2007
    • 12

    College assignment on Ports and Sockets

    hi all
    here is the question. pls do the needful. am a beginner so don have much of an idea on where to start from. any ideas/links/code will be appreciated:
    *************** *************** *************** *************** *************** *************
    A company has decided to place a list of some of the frequently used abbreviations within the company on a file.. Some examples of the abbreviations used may be:
    UML Unified Modelling Language
    OMG Object Management Group
    ISO International Organisation for Standardisation
    This file is to be placed on a server which is accessible to all employers and clients of the company.
    So if an employer or a client is unsure of what an abbreviation stands for, he/she sends a message to
    the server which returns the associated meaning. For example, if an employer sends the message
    “OMG” to the server, the message returned would be:
    OMG Object Management Group
    Use the Ports and Sockets of the Java programming language to implement this specification.
    *************** *************** *************** *************** *************** ************
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by YASIN786
    hi all
    here is the question. pls do the needful. am a beginner so don have much of an idea on where to start from. any ideas/links/code will be appreciated:
    *************** *************** *************** *************** *************** *************
    A company has decided to place a list of some of the frequently used abbreviations within the company on a file.. Some examples of the abbreviations used may be:
    UML Unified Modelling Language
    OMG Object Management Group
    ISO International Organisation for Standardisation
    This file is to be placed on a server which is accessible to all employers and clients of the company.
    So if an employer or a client is unsure of what an abbreviation stands for, he/she sends a message to
    the server which returns the associated meaning. For example, if an employer sends the message
    “OMG” to the server, the message returned would be:
    OMG Object Management Group
    Use the Ports and Sockets of the Java programming language to implement this specification.
    *************** *************** *************** *************** *************** ************
    The first step for doing any assignment is research. Use google to find out what's required in doing that project and how other people have solved that problem before.

    Comment

    Working...