Across
- 3. The method toString() is a public member of the class_______
- 6. Design pattern that restricts the instantiation of a class to one object.
- 8. An Interface that extends Serializable Interface
- 10. Creator of JAVA.
- 11. A Collection which is synchronized by nature?
Down
- 1. A class level variable can't be declared inside a method.
- 2. A keyword used to display all the steps in JAVA Compilation.
- 4. An implementation used to insert elements at any position in the collection?
- 5. Treeset maintains which order
- 7. Data structure that a Set uses to store its elements?
- 9. A keyword used to invoke a constructor of the same class
