Java crossword puzzle - 2

1234567891011
Across
  1. 5. a method of a class which is independent of objects of that class
  2. 7. a routine that belongs to a class
  3. 8. a method used to call run method during multithreading
  4. 10. These are also called as class variables
  5. 11. providing access to an object only through its member functions while keeping the details private
Down
  1. 1. ‘class PermanentEmployee inherits features from class Employee and class Manager inherits features from class PermanentEmployee’. Which type of inheritance is this?
  2. 2. a concept of having two or more methods with the same name but with different types of parameters
  3. 3. acts as an interpreter for the Java bytecode
  4. 4. a feature that exhibits many forms though is single and concrete
  5. 6. interface used to create threads
  6. 9. A group of contiguous related data items