Crossword Challenge Set 3

12345678910111213141516
Across
  1. 3. Which keyword in java is used to hold the reference of the current object?
  2. 6. An Interface to compare two objects in java
  3. 9. ________is the property that distinguishes an active object from one that is not
  4. 12. Which storage class allocates memory and retains its value between function calls?
  5. 13. Object in java are
  6. 16. A collection of fields, each of which contains data from a single data type
Down
  1. 1. Which sorting algorithm is considered the fastest
  2. 2. Source of data or destination of data
  3. 4. What are in-built functions also called?
  4. 5. What is the default storage class for global variables?
  5. 7. To develop which operating, C language was invented
  6. 8. Which binding is associated with polymorphism and inheritance
  7. 10. Number of Primitive data types in java
  8. 11. An entity used to pass data from the calling to a called function
  9. 14. Java utility class for generating random numbers
  10. 15. Which function is used to compare two strings with ignoring case in C?