1.

What is the URL Encode for the character ‘M’?(a) %47(b) %4A(c) %4D(d) %50I got this question in an international level competition.Asked question is from URL Encoding in chapter HTML Images & Web Page Files of HTML

Answer»

Right ANSWER is (C) %4D

Easy explanation: The URL Encode for CHARACTER ‘M’ is %4D, %47 is URL Encode for ‘G’, %4A is URL Encode for ‘J’, %50 is URL Encode for the character ‘P’. The URL Encode for A to Z characters start from 41 to 5A followed by a ‘%’ sign serially.



Discussion

No Comment Found

Related InterviewSolutions