

InterviewSolution
Saved Bookmarks
1. |
If your driver has a version number of 2.9.1, What is the major version?(a) 1(b) 2(c) 9(d) None of the mentioned |
Answer» Correct choice is (b) 2 The best I can explain: Driver version numbers use semantic versioning or “major.minor.patch” versioning system. |
|