71.  What is the return type of a program's main() method?

72.  If a variable is declared as private, where may the variable be accessed?

73.  What do you understand by private, protected and public?

74.  What is Downcasting ?

75.  What modifiers may be used with an inner class that is a member of an outer class?

76.  How many bits are used to represent Unicode, ASCII, UTF-16, and UTF-8 characters?

77.  What restrictions are placed on the location of a package statement within a source code file?

78.  What is a native method?

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

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