31.  Name three Component subclasses that support painting.

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

33.  What is the immediate superclass of the Dialog class?

34.  What is clipping?

35.  What is a native method?

36.  Can a for statement loop indefinitely?

37.  What are order of precedence and associativity, and how are they used?

38.  When a thread blocks on I/O, what state does it enter?

39.  To what value is a variable of the String type automatically initialized?

40.  What is the catch or declare rule for method declarations?