Across
- 2. Performs a code based on action
- 5. A variable to hold a decimal
- 7. Refers to the current object in a method or a constructor
- 9. Creates a java oriented code and allocate memory
- 11. A void says there should not be any return
- 12. A variable to hold a number
- 14. A method that gives everybody access
- 16. A keyword refers to a super class
- 17. object oriented code
- 19. A process to hide certain material
- 20. Sets a new condition if the first is false
Down
- 1. It is used to define that a variable method cannot be modified
- 3. Defines the condition to run
- 4. a block of code that initializes (constructs) the state and value during object creation
- 6. A keyword to extend a class into another
- 8. Algebraic notation to show long numbers
- 10. This loop will execute the code block one
- 13. A Method only accessed with methods
- 14. Used to group related classes
- 15. A variable to hold a number
- 18. To block one statement to go into ther other
- 21. to specify a block of code to be executed, if a specified condition is true
