Across
- 1. holds one or more methods
- 3. compatible with old codes
- 5. holds one class definition
- 6. declare a custom variable type
- 7. method of list class to determine length
- 11. args type of main method
- 12. do something again and again
- 13. months you must wait for next version
- 15. translates bytecode into runable
- 16. a combination of characters
- 17. two equals signs will do
- 18. one equals sign will do
- 21. it was ages ago
- 22. comes after try
- 24. name of the class that JVM will run first
- 25. in java everything goes in there
- 28. weakness efficiency compared to C and Rust
- 30. a Boolean test take place inside it
- 31. util class that contains random generator
- 35. print
- 36. it can optimize your code while it's running
- 39. declare a list of integers
- 40. checks for errors and transforms source to bytecode
Down
- 2. contains syntaxes
- 4. easy to read and write syntax
- 6. method in util class to generate random integer
- 8. declare an integer with
- 9. ...tests results will be true or false
- 10. bytecode file extension
- 11. end of a statement
- 13. do something
- 14. source file extension
- 19. write once run anywhere
- 20. create a list of elements
- 23. first performance enhancer
- 26. these are not really used now in versioning
- 27. do something conditionally
- 29. entry method name of application
- 32. java package that contains random generator
- 33. code blocks are inside them
- 34. method of Integer class that converts string to int
- 37. holds a set of statements
- 38. keep looping as long as true
