Monday, 5 February 2018

Difference between URI,URN and URL



  • URI can be either URL or URN or both.
  • All URLs are URIs,but not nececarily all all URIs are URLs,it can be either URL or URN or both

  • Example:
    •  Name: Swati----URN.
    •  Location/Address: street no -44,flat no-26,xyz colony,new city,old state,bigcountry-URL.

    No comments:

    Post a Comment

    Handaling XLS File In Java

    This code will help you to handle xls file in java using apache poi. package test; import java.io.File; import java.io.FileInputStream...