Question: What access modifier should we use for an instance variable in a class so that an instance method in any class in the same package

What access modifier should we use for an instance variable in a class so that an instance method in any class in the same package can directly access it but an instance method in a class outside that package cannot directly access it?
Group of answer choices
Do not use any modifier
protected
private
public

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!