Single Choice
Not Set
QWhat can directly access and change the value of the variable qusNo?
package com.mypackage;
public class Test{
private int qusNo = 100;
}
ID: #2123
Declaration and Access Control in Java
3,179 views
Question Info
#2123Q ID
Not SetDifficulty
Declaration and Access Control in JavaTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer
Explanation
Only the Test class.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic