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.
*************** *************** *************** *************** *************** ************
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.
*************** *************** *************** *************** *************** ************
Comment