Q. Which is the function that allows a worker to terminate itself?

  • (A) close()
  • (B) exit()
  • (C) terminate()
  • (D) halt()
πŸ’¬ Discuss
βœ… Correct Answer: (A) close()
Explanation: The close() function allows a worker to terminate itself, and it is similar in effect to the terminate() method of a Worker object.
Explanation by: Mr. Dubey
The close() function allows a worker to terminate itself, and it is similar in effect to the terminate() method of a Worker object.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
124
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
80%
Success Rate