InterviewSolution
Saved Bookmarks
| 1. |
Every call to publish() will return a class that conforms to the __________ interface.(a) Batch(b) Client(c) Server(d) FutureI have been asked this question in final exam.Query is from Publishing Messages to the Cloud topic in portion Working with the Cloud of IOT |
|
Answer» CORRECT option is (d) FUTURE Explanation: EVERY call to PUBLISH() will return a class that conforms to the future interface. You can use this to ENSURE that the publish. |
|