NAME: ________________________

Java Programming 6th Edition Ch4 Part2of2 Test

Question Types


Prompt With


Question Limit

of 12 available terms

4 Written Questions

4 Multiple Choice Questions

  1. a variable takes precedence over another variable with the same name.
  2. a reference to an object that is passed to any object's nonstatic class method.
  3. nested classes that require an instance.
  4. the portion of a program within which you can refer to the variable.

4 True/False Questions

  1. Optional classesreside in packages that must be explicitly imported into your programs.

          

  2. Wildcard symbola variable takes precedence over another variable with the same name.

          

  3. Referencea reference to an object that is passed to any object's nonstatic class method.

          

  4. Top-level classthe containing class in nested classes.