41.  What is the difference between a MenuItem and a CheckboxMenuItem?

42.  What is a task's priority and how is it used in scheduling?

43.  What class is the top of the AWT event hierarchy?

44.  When a thread is created and started, what is its initial state?

45.  Can an anonymous class be declared as implementing an interface and extending a class?

46.  What is the immediate superclass of Menu?

47.  What is the purpose of finalization?

48.  Which class is the immediate superclass of the MenuComponent class?

49.  What invokes a thread's run() method?

50.  What is the difference between the Boolean & operator and the && operator?