Java Crossword

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
Across
  1. 2. Set multiple values in this special method
  2. 5. It's better than chars!
  3. 7. System.out.println() prints into this
  4. 10. It's used to get input and its from java.util
  5. 13. Java is still maintained by this company
  6. 14. Compiled Java class file extension
  7. 16. Generates a random number from 0 to 1
  8. 17. The most common data type to store numbers
  9. 18. Java was made by this company
  10. 19. We used this in the beginning of the year
  11. 21. Prints out the argument in ""
  12. 23. 283.2737193...
  13. 25. You can throw these
  14. 26. Framework or blueprint
  15. 29. You can store your logic in here
  16. 30. Only this class can use this method
  17. 32. Best used when putting items into an array
  18. 34. The original name of Java
  19. 36. It's not recommended to use this package
  20. 37. OOP
  21. 38. A loop in a loop
  22. 43. getName();
  23. 44. 01110100 01100101 01110011 01110100
  24. 45. setName("Bob");
  25. 46. True...False
  26. 48. Arguably the second most used data type (for numbers)
  27. 49. Remember to increment a counter to stop an Infinite Loop!
  28. 50. Only subclasses can use this method
Down
  1. 1. String[] args is one of these
  2. 3. For money, you need to use this printing method
  3. 4. You have to use this when initializing a Scanner
  4. 6. Base 16
  5. 8. ____.MAX_VALUE = 9223372036854775807
  6. 9. To compare Strings you have to use this method
  7. 11. I can put 't' but not 'tv'!
  8. 12. We didn't really talk about this data type
  9. 15. Prints out the argument in "" (puts \n at the end)
  10. 20. This methods compares String but ignores a key element
  11. 22. A popular IDE
  12. 24. "The opposite of Object Oriented Programming"
  13. 27. Programming Language
  14. 28. You can't use these words for your methods and data types!
  15. 31. // This is a _______!
  16. 33. Mr. Kulla wants you to put this on the top of every program
  17. 35. Java class file extension
  18. 36. It does this loop at least once
  19. 39. Keyword to extending a class
  20. 40. An object's data type(s)
  21. 41. Automatically allocates memory to store objects
  22. 42. Store a limited amount of objects
  23. 47. Allows anyone to use this method