Across
- 3. prevents namespace collision
- 5. The java interpreter
- 6. members can be accessible to same package and subclasses of different package
- 7. Special blocks in java used to initialize members of class
- 8. keyword used to refer to the current object from any method within a class
- 10. Java data type used to hold integer value ranging from -128 to +127
- 12. Instance of a class
- 13. A special method with the same name as the class
- 16. keyword used to define a set of keywords in a type safe manner
- 17. A method which is implemented to perform some housekeeping tasks before an object is garbage collected
- 18. A template for similar objects
Down
- 1. A technique used to set-up the starting point for a program debugging in eclipse
- 2. The early name of Java
- 4. A method which is the entry point of your application
- 5. Superset of JRE which allows you to do both write and run programs.
- 7. operator used to check the type of an object at run time
- 9. This type of members can be accessible by using the class name
- 11. A term referring to desktop development environment in eclipse
- 14. The compiler which compiles the byte code into native code that is immediately executed.
- 15. the type of variable declared inside a method or block
