IT 114: Introduction to Java
Class 23 Ungraded Quiz

  1. What do you call the data about a specific event?


  2. What do you call the individual pieces of data about a specific event?


  3. If you were reading in records from a file, what boolean method would you use to make sure there was more to read in the file?


  4. If you were reading in records from a file, what method would you use to read in the next record?


  5. What method would you use to break up a line of text into the individual pieces of data?


  6. Can one method see the variables in another method?