Digital OnUs Interview Question

What is the difference between path parameter and query parameter

Interview Answer

Anonymous

Feb 19, 2021

Query parameter has key and value and it starts with question mark. Path parameter starts with slash

1