a) Generic products b) Customized products c) Generic and Customized products d) none of the above Answer: a ...
View QuestionWhich is not a reserved character?
a) _ b) ( c) ) d) * Answer: a Explanation: There are two type of characters ...
View QuestionWhat is the URL encoding of VT?
a) %0B b) %09 c) %06 d) %02 Answer: a Explanation: The URL Encode for VT (vertical ...
View QuestionWhich 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 ...
View QuestionWhich of the following is not encode by encodeURI() function?
a) > b) [ c) \ d) : Answer: d Explanation: encodeURI() function is JavaScript function. ...
View QuestionWhat is the URL Encode for tab character?
a) %09 b) %08 c) %0d d) %0a Answer: a Explanation: For tab character URL encode is ...
View QuestionWhich of the following is not a reserved character?
a) & b) > c) + d) @ Answer: b Explanation: Reserved characters are ‘@’, ‘=’, ‘?’, ...
View QuestionWhich function is used in JavaScript for URL encoding?
a) encodeURI() b) Server.URLEncode() c) rawurlencode() d) UREncoding Answer: a Explanation: There are some built in functions ...
View QuestionIn URL encoding replaces non-ASCII characters with ________
a) “*” b) “&” c) “%” d) “+” Answer: c Explanation: In URL encoding non-ASCII characters are ...
View QuestionASCII is _____________
a) 6-bit character set b) 7-bit character set c) 9-bit character set d) 3-bit character set Answer: ...
View Question