Across
- 2. A loop used for definite iteration.
- 3. An access modifier allowing global access.
- 7. Selects between multiple blocks of code.
- 10. Skips current loop iteration.
- 11. Declares a constant or prevents method override.
- 14. because of this JVM can call main method directly
- 15. A keyword that starts a loop which executes at least once.
- 16. Exits a method and optionally returns value.
- 17. The smallest integer data type in Java.
- 18. A blueprint from which objects are created.
- 20. A conditional statement that executes when the condition is true.
Down
- 1. A data type that stores true or false.
- 4. A data type for integers.
- 5. Specifies method has no return value.
- 6. Used to define alternate path when if fails.
- 8. A loop that checks the condition before execution.
- 9. Used inside switch to define a condition.
- 10. A data type that holds a single character.
- 11. A data type for decimal values.
- 12. Used to create objects.
- 13. Entry point method of a Java program.
- 17. Exits the current loop or switch.
- 19. A class used to store text.
