IT 114: Introduction to Java
Class 11 Ungraded Quiz

  1. What do you call the item on the command line that specifies the type of value a method creates?


  2. If a method returned no value, what would it's return type be?


  3. What are the four different types of expressions?


  4. What is the name of the special Java method that every Java program must have in order to run?


  5. What is the name of the only Java method that is never called directly?