1.

________ error will show if we try to send text string instead of bytes.(a) TypeError(b) Error(c) Linker error(d) Compiler errorI have been asked this question during an interview.Question is taken from Publishing Messages to the Cloud in division Working with the Cloud of IOT

Answer»

Right answer is (a) TYPEERROR

Best explanation: If we send a TEXT STRING the method will RAISE TypeError. TypeError will show if we try to send text string instead of bytes.



Discussion

No Comment Found

Related InterviewSolutions