Namespaces
- If you import the System namespace, does that automatically import the System.IO namespace?
- We said StreamReader was in the System.IO namespace. Use the Help system to confirm that.
- What namespace is the class String in?
- Do we have to import the namespace containing String in order to use strings? Why or why not?