A
Q. What can directly access and change the value of the variable qusNo?
package com.mypackage;
public class Test{
private int qusNo = 100;
}
- Correct Answer - Option(A)
- Views: 15
- Filed under category Java
- Hashtags:
Discusssion
Login to discuss.