j a va :D

1234567891011121314151617181920212223242526272829303132333435363738
Across
  1. 3. What the computer prints out
  2. 5. accessed only in that certain class
  3. 7. Information that can be passed to methods
  4. 11. special symbols that perform something (ex:x>y)
  5. 13. whole numbers, and their negatives
  6. 14. Code given to the computer
  7. 15. Multiple different statements that happen in different cases
  8. 18. a template from which objects are created
  9. 23. a special function that creates an instance in a class
  10. 24. An array of chars
  11. 26. organizing arrays in a certain way
  12. 27. Manipulation and control within the computer system
  13. 29. A device that accepts information and we can code with
  14. 30. Empty
  15. 33. A series of code that operates a computer
  16. 35. base 2
  17. 36. programs used/operated by a computer
  18. 37. An object created from a class
  19. 38. decimal number
Down
  1. 1. Taking the remainder of two numbers
  2. 2. information
  3. 4. accessed only in that java project
  4. 6. Stop the code
  5. 7. accessed from anywhere
  6. 8. stores data
  7. 9. Instructions given to a computer in their own language
  8. 10. An integer with a decimal
  9. 11. an instance of a class
  10. 12. indicates that a particular member is not an instance, but rather part of a type
  11. 16. a linked series of data
  12. 17. code that is only run when called
  13. 19. A list of data
  14. 20. a group of 8 bits
  15. 21. statements that can happen if specific data is given (if, else if, else)
  16. 22. Redoing process that happens over and over again
  17. 25. a single character
  18. 28. allowing
  19. 31. An extension of another class
  20. 32. true or false
  21. 34. Inherit from a super class
  22. 36. Data saved into the computer