Hands on Testing Java: Lab #11b

Prelab Questions

Type in your answers to each of these questions in a file named prelab011b.txt in your Prelab Questions directory. Turn in your answers before the beginning of your laboratory session.

Short Answer Questions

Question #1: An interface can declare only ____________ and ____________.

Question #2: To inherit from an interface, a subclass ____________ an interface.

Question #3: To inherit from another class, a sublclass ____________ a class.

Question #4: The Mandelbrot and Julia sets are based on ____________ numbers.