CSA Java Chapter 2 Vocab
Across
- 1. Defines the attributes for an object
- 7. An instance of a class with defined attributes
- 8. A class that can transform a primitive value into an object
- 9. A programmer-defined data type. Describes the formal attributes and behaviors of that type.
- 11. When a method or constructor has the same name but different parameter lists
- 12. A string method used to search a string for specific characters
- 14. A string method used to determine the alphabetic order of two strings
- 15. Code that is used to create new objects and initialize the objects attributes
- 17. A class built into the Java.lang package that helps us do calculations
- 19. A string method used to determine if two strings are the same
- 20. A method that does not return a value
Down
- 2. A method that can be called without creating an object of the class
- 3. Used to access an objects methods
- 4. Java keyword used to create objects with a call to the constructor
- 5. Defines the behavior or actions of an object
- 6. Values returned by a method once it has done its job
- 10. The values passed to a method so that it can do its job
- 13. String values do not change once initialized. They are referred to as ____
- 16. A string method that allows access to part of a string
- 18. Used to indicate a reference does not refer to any object yet