Java Crossword
Across
- 3. LIFO
- 4. write once run anywhere bcoz java code is ______
- 10. java is compiled and ________
- 11. boolean value
- 14. ______ method has no body
- 15. contain attributes and behavior
- 17. movement of mouse is ________ listener
- 18. Has-a relationship
- 20. several constructors
- 22. ?: is ___ operator
- 24. two methods with same name in same class is method _____
- 26. arrangement in rows and columns
- 27. Always execute during exception handling
- 28. a problem that occurs
- 30. exit-controlled loop
- 31. variables cannot change after initialization
- 32. exit from loop in between
Down
- 1. class can implement multiple
- 2. collection of classes and interfaces
- 5. no return value
- 6. many tasks simultaneously
- 7. one for entire class
- 8. members are accessible from object and the sub class objects
- 9. component to select only one input always
- 12. refer current object
- 13. without me no program runs
- 16. can hold many integers, characters or objects together
- 19. runs when new keyword used on classname
- 21. operators for comparison
- 23. final method prevents method ______
- 25. Holds JMenu and JMenuItem
- 29. skip remaining loop and continue next iteration