Across
- 5. ...are special types of methods that are used to initialize an object when it is created
- 6. Java compiler convert Java source code into …….
- 10. Which keyword is used to create a subclass in Java?
- 11. Who invented Java Programming?
- 12. Which annotation can be used to create a configuration class in Spring
- 13. ...is a fundamental, real-world entity in an object-oriented program that has a unique state, behavior, and identity.
- 15. The process of acquiring properties and behaviors of one class by another
- 16. Which keyword is used to call a method or constructor of the superclass
Down
- 1. Hiding internal implementation and showing only functionality is called?
- 2. Which keywords is used to define interfaces in Java.
- 3. …….is a process of wrapping code and data together into a single unit
- 4. A mechanism to group related classes, interfaces, and sub-packages into a single unit is called?
- 7. ......are bodies of prewritten code used by developers to create apps using the Java programming language
- 8. The object created with which keyword during run-time.
- 9. ….is a blueprint or template used to create individual objects.
- 14. Which component is used to compile, debug and execute the java programs?
