프로그래밍/Java
URI vs URL
프리랜서_코더
2011. 9. 5. 11:09
URI : uniform resource identifier
URL : uniform resource locator ( location is network )
URI is only for identifying the resource
URL is locating / Finding the resource
URI ( 초집합 : Superset )
URL ( 부분집합 : Subset )