51.  Name three subclasses of the Component class.

52.  What is the GregorianCalendar class?

53.  Which Container method is used to cause a container to be laid out and redisplayed?

54.  What is the purpose of the Runtime class?

55.  How many times may an object's finalize() method be invoked by the garbage collector?

56.  What is the purpose of the finally clause of a try-catch-finally statement?

57.  What is the argument type of a program's main() method?

58.  Which Java operator is right associative?

59.  Can a double value be cast to a byte?

60.  What must a class do to implement an interface?