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