java

123456789
Across
  1. 3. (15 letters) – A class used for formatting numbers to a currency format.
  2. 4. (7 letters) – A class used for reading from and writing to the console.
  3. 6. (12 letters) – A stream that reads bytes from a file.
  4. 8. (15 letters) – A method to format dates in Java.
  5. 9. (10 letters) – A method to compare two dates.
Down
  1. 1. (12 letters) – An interface used to mark a class as capable of being serialized.
  2. 2. (16 letters) – A class that allows for reading and writing to any location within a file.
  3. 5. (8 letters) – A stream that reads characters from a file.
  4. 7. (4 letters) – A class used to get the current date and time.