--%>

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 : Explain Window manager Window manager :

    Window manager: This is a window manager which provides a computer user with a virtual desktop having one or more windows and working regions in which individual programs might be run. Window managers permit the contents of a user's desktop to be arra

  • Q : What is Pointer Arithmetic Pointer

    Pointer Arithmetic: C and C++ provide the ability to modify a pointer’s target address with arithmetic operations. This is used, for example, to index arrays. MyObject* P = ...

    Q : What is Signal Handler Signal Handlers:

    Signal Handlers: In some operating systems, signal handlers are executed on a thread stack; they “overlay” the current thread execution (which may be used, for example, in combination with setjmp/longjmp to create user-domain lightweight t

  • Q : Define Application Application : It is

    Application: It is frequently used, simply as a synonym for the program. Though, in Java, the word is particularly employed of programs with a Graphical User Interface (GUI) which are not applets.

  • Q : Define the term Micro- Processor Define

    Define the term Micro- Processor.

  • Q : Explain the term Web Services

    Explain the term Web Services Description Language.

  • Q : What is a Software What is a Software :

    What is a Software: It is a program written to run on the computer.

  • Q : Programming with C# QUESTION 1      

    QUESTION 1       The following UML diagram describes an abstract class Customer. This class is to be used as part of a Company's inventory system. The inventory system will contain many different types of customers.  A separate s

  • Q : What is MIME MIME : Multipurpose

    MIME: Multipurpose Internet Mail Extensions (abbreviated as MIME) are rules which make it possible to utilize electronic mail to send content other than the simple text.

  • Q : State the term Web application State

    State the term Web application?