--%>

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 : What do you mean by data movement What

    What do you mean by data movement? Describe in brief.

  • Q : Reducing state space of code What is

    What is the way to reduce the state space of the code during model checking?

  • Q : Define Loop variable Loop variable : A

    Loop variable: A variable employed to control the operation of a loop, like a for loop. Usually, a loop variable will be provided an initial value and it is then incremented after each and every iteration till it passes or reaches a terminating value.

  • Q : State the term UDDI State the term UDDI?

    State the term UDDI?

  • Q : Explain Functional programming

    Functional programming: It is a style of programming related with languages like Haskell. The functional programming languages are more strongly tied to a mathematical concept of `function' than imperative programming languages. This makes it simpler

  • Q : Explain Edit-compile-run cycle

    Edit-compile-run cycle: A common portion of the program development procedure. The source file is made initially and compiled. The syntax errors should be corrected in the editor before compiling it again. Once the program has been productively compil

  • Q : What are the applications of testing

    What are the applications of testing life cycle?

  • Q : Program is prone to deadlock when

      Give a brief introduction about the operation of your program and show that you understand the idea behind threads and mutual exclusion variable. Why do we need to use mutual exclusion to control the access of the three global variables? What is the potential p

  • Q : Virtual memory used in Windows

    Explain why the virtual memory is to be used in Windows architecture?

  • Q : Define the term Interprocess

    Define the term Interprocess communication: It is the ability of two or more separate processes to communicate with each other.