1.

What should an URL contain?(a) ASCII values(b) Digits(c) Characters(d) ASCII values, digits, and charactersI had been asked this question during an internship interview.Question is from Handling Sensor Request in chapter Going Parallel, Handling Actuator and Sensor of IOT

Answer»

Right option is (d) ASCII VALUES, digits, and characters

To ELABORATE: You can USE any URL as long you use ASCII letters, digits, and Characters. For example, the URL /root/sensor/analog/I would LOOK like:

http://192.168.5.100/root/sensor/analog/1.



Discussion

No Comment Found

Related InterviewSolutions