61.  What method is invoked to cause an object to begin executing as a separate thread?

62.  Name two subclasses of the TextComponent class.

63.  Which containers may have a MenuBar?

64.  How are commas used in the intialization and iteration parts of a for statement?

65.  What is the purpose of the wait(), notify(), and notifyAll() methods?

66.  What is an abstract method?

67.  How are Java source code files named?

68.  What is the relationship between the Canvas class and the Graphics class?

69.  What are the high-level thread states?

70.  What value does read() return when it has reached the end of a file?