Java

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