Self Check
- Which of the following are packages?
- java
- java.lang
- java.util
- java.lang.Math
- Can you write a Java program without ever using import statements?
- Suppose your homework assignments are located in the directory /home/me/cs101
(c:\me\cs101 on Windows). Your instructor tells you to place
your homework into packages. In which directory do you place the class hw1.problem1.TicTacToeTester?