java 0

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