If we want to access a class in another class of different package, then, we use Fully Qualified Name and the syntax is, package_name. classname ; For example, we want to access ArrayList of java.
If we want to access a class in another class of different package, then, we use Fully Qualified Name and the syntax is, package_name. classname ; For example, we want to access ArrayList of java.