Introduction


Overview

image from book
Times Square 2002

Learning Objectives

  • Describe the purpose of an array

  • Describe the functionality provided by Java array types

  • Trace and describe an array-type inheritance hierarchy

  • List and describe the uses of single- and multidimensional arrays

  • Describe how Java array objects are allocated in memory

  • Describe the difference between arrays of primitive types vs. arrays of reference types

  • Use the java.lang.Object and java.lang.Class classes to discover information about an array

  • Demonstrate your ability to create arrays using array literals

  • Demonstrate your ability to create arrays using the new operator

  • Demonstrate your ability to create single-dimensional arrays

  • Demonstrate your ability to create multidimensional arrays

  • Describe how to access individual array elements via indexing

  • Demonstrate your ability to manipulate arrays with iteration statements

  • Demonstrate your ability to use the main() method’s String array parameter




Java For Artists(c) The Art, Philosophy, and Science of Object-Oriented Programming
Java For Artists: The Art, Philosophy, And Science Of Object-Oriented Programming
ISBN: 1932504052
EAN: 2147483647
Year: 2007
Pages: 452

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net