Java and Java Framework

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