There is a project named demo which consists of two packages, named aa and bb.
In package aa I have a public class One which has a method with protected as a modifier.
Now in the other package bb , I have a public class two which wants to access the package aa class One protected method.
Please advise how that will be done..!