--%>

Examples of applications which can benefit from using XML

Give some examples of applications which can benefit from using XML?

E

Expert

Verified

There are exactly thousands of applications which can benefit from XML technologies. The point of such question is not to have the candidate rattle off a laundry list of projects which they have worked on, but, quite, to permit the candidate to describe the rationale for choosing XML by citing some real world examples. For illustration, one suitable answer is which XML allows content management systems to store documents separately of their format that thereby reduces data redundancy.

Other answer relates to B2B exchanges or supply chain management systems. Within these instances, XML gives a mechanism for multiple companies to exchange data as per to an agreed on set of rules. A third common response includes wireless applications which need WML to render data in hand held devices.

   Related Questions in Programming Languages

  • Q : Explain Abstraction Abstraction : It is

    Abstraction: It is a simplified symbolization of something which is potentially quite complex. It is frequently not essential to know the precise details of how something works, is symbolized or is implemented, since we can still make use of it in its

  • Q : Explain Primitive Type Abstractions

    Primitive Type Abstractions: An effective way to reduce the state space of a program is to replace the primitive types with the corresponding abstractions that encapsulate all the possible operations that are performed on these types.

    Q : What is an Argument Argument : It is

    Argument: It is the information passed to a method. Arguments are as well sometimes termed as parameters. The method expecting to receive arguments should contain a formal argument declaration for each as portion of its method header. Whenever a metho

  • Q : Define Keyword Keyword : They are

    Keyword: They are reserve word containing special meaning of the language and cannot be employed as identifier.

  • Q : What are the major issues related with

    What are the major issues related with multiprocessor caches and how might you resolve them?

  • Q : Explain the differences between HTML

    Explain the differences between HTML and XML?

  • Q : What is Cursor Cursor : This is a

    Cursor: This is a visual representation of the existing position of the mouse on the user's virtual desktop. Cursor shapes are frequently set to symbolize the current state of a program – utilizing an hour glass shape to point out that the user

  • Q : Explain the COM components Explain the

    Explain the COM components?

  • Q : Define White space White space :

    White space: Characters employed to make visual spacing in a program. White spaces comprise space, tab, carriage return and the line feed characters.

  • Q : Define Fully evaluating operator Fully

    Fully evaluating operator: An operator which computes all of its arguments to generate an outcome. Standard arithmetic operators, like +, are totally evaluating. In contrary, some Boolean operators, like &&, are short-circuit operators.