Java - Packages and Access Control
You have two packages:
com.shop.products and com.shop.orders. You want to use classes from both in your com.shop.app package. What is the best way to organize imports and avoid class name conflicts?