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

62.  What is the purpose of finalization?

63.  What is the Locale class?

64.  What is the difference between a while statement and a do statement?

65.  What is the difference between static and non-static variables?

66.  How are this() and super() used with constructors?

67.  What is daemon thread and which method is used to create the daemon thread?

68.  Can applets communicate with each other?

69.  What are the steps in the JDBC connection?

70.  How does a try statement determine which catch clause should be used to handle an exception?