Microsoft Exam Questions

Which is the build number of a Version object instantiated by using the following code fragment?

Which is the build number of a Version object instantiated by using the following code fragment?
Version v = new Version (2, 4, 6, 8);

A.
2

B.
4

C.
6

D.
8