What is difference between URL and URI?



What is difference between URL and URI?..

Answer / Anil Kumar Ojha

URL (Uniform Resource Locator) and URI (Uniform Resource Identifier) are closely related but have slight differences. A URL provides the address where a resource can be found on the network, including scheme, hostname, port, path, and query string. A URI, on the other hand, uniquely identifies a specific resource regardless of its location or access method.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

How we generate the BARCODE in ASP.Net using c# ! in library management systen for books .

2 Answers  


What is web.config and machine.config ?

3 Answers   Collabor, NDPL, TCS,


Is it necessary to lock application state before accessing it ?

1 Answers  


What does the following SQL statement return, assuming that all tables and column names are correct? SELECT FirstName, StreetAddress FROM Employees JOIN AddressBook ON Employees.EmpID = AddressBook.EmpID a) Nothing, the JOIN syntax is wrong. b) All the records form the Employees table, and only the matching ones form the StreetAddress table. c) All the records from the StreetAddress table and only the matching records form the Employees table. d) Only the matching records from the two tables.

4 Answers   Syntax Softtech,


There is a login page that has two text boxes with required field validators on it. The page has a login and cancel button. How can we ensure that the click on the cancel button doesnt fire a validation event.

2 Answers   Proteans,


How many web.config files can I have in an application?

1 Answers  


What are the modes of updation in an updatepanel?

1 Answers  


Can we use MSSql as backend in asp.net...if yes then How.?

1 Answers   MCN Solutions,


What are web beacons used for?

1 Answers  


What is Cookies Less Session?

1 Answers  


Guys can anobody tell what is Conditional Bloating in asp.net ??

1 Answers  


How do you identify that the page is postback?

1 Answers  


Categories