Core Java Crossword Puzzle
Across
- 2. the capability to control the access of multiple threads to any shared resource
- 7. mechanism of writing the state of an object into a byte-stream
- 9. an interface that is used to create the exact copy of an object
- 10. a Classes or an Interface available in collection
- 12. last in first out collection
- 17. initializes an object when it is create
- 18. ability to have more than one method with different parameters but cannot differentiate based on return type.
- 19. an interface that is to be implemented by a class whose instances are intended to be executed by a thread
Down
- 1. store items in "key/value" pairs
- 3. one class can extend to another class or is a relationship.
- 4. dynamic array
- 5. wakes up a single thread that is waiting on this object's
- 6. first in first out collection
- 8. one class contains another class or has a relationship.
- 9. checked by the compiler at the time of compilation
- 11. provide a set of rules, which the implementation class should realize,
- 13. used to modify the value of a variable by different threads
- 14. collection of items where every item is unique
- 15. allows one thread to wait until another thread completes its execution
- 16. similar to String Buffer, but is not thread safe.