Java

1234567891011
Across
  1. 1. __________ in Java is a concept by which we can perform a single action in different ways.
  2. 6. Collection of objects.
  3. 8. A mechanism of wrapping the data (variables) and code acting on the data (methods) together as a single unit.
  4. 9. Any entity that has state and behaviour.
  5. 10. The idea behind __________ in Java is that you can create new classes that are built upon existing classes.
  6. 11. Every Java application has a single instance of class __________that allows the application to interface with the environment in which the application is running.
Down
  1. 2. A mechanism which facilitates you to reuse the fields and methods of the existing class when you create a new class.
  2. 3. Hiding internal details and showing functionality.
  3. 4. The classes in the Java APIs are organized into separate groups called ___________.
  4. 5. Software that can run on a variety of hardware platforms or software architectures is called __________ independent.
  5. 7. The __________ of Java is similar to C and C++, but has fewer low-level facilities than either of them.