71.  Can an unreachable object become reachable again?

72.  What method must be implemented by all threads?

73.  What are synchronized methods and synchronized statements?

74.  What is Externalizable?

75.  What modifiers are allowed for methods in an Interface?

76.  What are some alternatives to inheritance?

77.  What does it mean that a method or field is "static"?

78.  What is the difference between preemptive scheduling and time slicing?

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

80.  Is Empty .java file a valid source file?