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