|
This course provides the learner with information about arrays, the String type, the bitwise operators, and the ? ternary operator. It also covers Java's new for-each style for loop and command-line arguments.
Objectives:
After completing this course, students will be able to:
- Describe and create arrays
- Use the length array member and the for-each style for loop
- Describe and use strings
- Apply command-line arguments
- Use bitwise operators and the ? ternary operator
Topics:
- Arrays
- Sorting an array
- Multidimensional arrays
- Irregular arrays
- Alternative array syntax
- Using the length member
- A queue class
- The for-each loop
- Multidimensional arrays
- Strings
- Command-line arguments
- Bitwise operators
- The ? operator
|