1.

Which of the following is not a reserved character?(a) &(b) >(c) +(d) @The question was posed to me in final exam.This intriguing question originated from URL Encoding topic in chapter HTML Images & Web Page Files of HTML

Answer»

Correct OPTION is (B) >

The best I can EXPLAIN: Reserved CHARACTERS are ‘@’, ‘=’, ‘?’, ‘:’, ‘;’, ‘/’, ‘,’, ‘+’, ‘$’, ‘&’. Unsafe characters are space, ‘”’, ‘>’, ‘<’, ‘#’, ‘%’, ‘{‘, ‘}’, ‘~’, ‘^’, ‘[‘, ‘|’, ‘\’, ‘`’, ‘]’. There is a URL Encode for all of these characters. Apart from URL Encode there is Decimal and Hex VALUE also for the characters.



Discussion

No Comment Found

Related InterviewSolutions