1.

What is HandleGet() method function?(a) Current buffer state, with changing(b) Current buffer state, without changing(c) Previous buffer state, with changing(d) Previous buffer state, without changingI had been asked this question by my school principal while I was bunking the class.My enquiry is from Multithreading in portion Going Parallel, Handling Actuator and Sensor of IOT

Answer»

Correct answer is (b) Current BUFFER state, without changing

Explanation: This method GETS the current buffer state, without changing it. The method PERFORMS the necessary locking to ENABLE safe of the buffer from multiple threads.



Discussion

No Comment Found

Related InterviewSolutions