You will need to import both (using package wildcards or fully qualified names), and then use the fully qualifed name when you declare/initialise your variables.
You will need to import both (using package wildcards or fully qualified names), and then use the fully qualifed name when you declare/initialise your variables.
No - if you use fully qualified names when you declare your variables, you do not need to import them.