Java level 1 Session 1

12345678910111213141516
Across
  1. 2. define fields and methods in a human readable form
  2. 5. XXXXXXXX XXXXXXXXX many similar objects can be created from a single class
  3. 8. change the state of fields an object
  4. 9. methods receive information in the form of XXXXXXXXXX to provide the information they need to work
  5. 11. another world for running a method
  6. 12. model items from a problem domain
  7. 13. methods can XXXXXX a value as a result of its operation, such as a calculation or manipulation
  8. 14. converts java source code into machine code, ready for execution
  9. 15. store the state of the object
Down
  1. 1. parameters/arguments need to have a type, so the method knows what type of parameter it is receiving
  2. 3. XXXXXX XXXXX is where Bluej shows objects that have been created by the Bluej IDE
  3. 4. objects are created from a XXXXX they represent individual instances of these things
  4. 6. classes can be thought of as a XXXXXXXX to create objects from
  5. 7. Class names always start with a XXXXXXX
  6. 10. the header of a method is called a XXXXXXXXX it shows all the information needed to invoke the method
  7. 14. a word used to describe the running of a method
  8. 16. the XXXXX is represented by storing values in fields