What is the default value for a final member(class-level) variable of type int ?
0
1
null
None of the above, final member variables need to be explicitly assigned a value at the time of declaration or in the constructor of the class.