51.  Can a class be defined inside an Interface?

52.  Can an Interface be defined inside a class?

53.  What is a Marker Interface?

54.  Which object oriented Concept is achieved by using overloading and overriding?

55.  Why does Java not support operator overloading?

56.  Can we define private and protected modifiers for variables in interfaces?

57.  What is Externalizable?

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

59.  What is a local, member and a class variable?

60.  What is an abstract method?