Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Which of the following is used to decode the encoded URI?

a) encodeURI()
b) encodeURIComponent()
c) decodeURI()
d) Server.URLEncode()

Answer: c
Explanation: encodeURI(), encodeURIComponent, decodeURI() are the Java Script function. encodeURI(), encodeURIComponent() are the functionsthat encode URL. decodeURI() is the function that decode the encoded URL.

Join The Discussion