--%>

State the term URN

State the term URN?

E

Expert

Verified

URN stands for Uniform resource name. A unique identifier identifies an entity other than doesn't tell where this is located. A system can utilize a URN to look up an entity locally before trying to get it on the Web. This also permits the Web location to change, whereas still allowing the entity to be determined.

   Related Questions in Programming Languages

  • Q : State the term Web application State

    State the term Web application?

  • Q : Define Compiler Compiler : A program

    Compiler: A program that executes a process of compilation on a program written in the high level programming language.

  • Q : Scalability aspects of a Java PathFinder

    Scalability of program model checkers such as JPF encompasses two aspects: How large a program can be model checked, and Once a defect has been detected, how readily meaningful debugging informati

  • Q : Overriding a base class method in

    Explain the way to overriding a base class method in Visual Studio .NET and in Visual Studio 2005.

  • 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 : Explain the relationship between XHTML

    Explain the relationship between XHTML and XML?

  • Q : What are good examples of XHTML

    What are the good examples of XHTML elements along with contents?

  • Q : Define the term Security policy Define

    Define the term Security policy: It is a policy employed to limit access by an applet to the resources of the host system.

  • Q : Explain Fully qualified class name

    Fully qualified class name: The name of a class, comprising any package name and including class name. The class outline is as follows:     package oddments;    class Outer

  • Q : Define Unconditional Jumps

    Unconditional Jumps: Jumps which are not strictly upwards in the block hierarchy can require extensive control-flow manipulation, including creation of redundant code, and should be avoided if possible. Such jumps add considerable modeling overhead fo