1.1.D Creating Objects and Calling Methods
Provides an introduction to the API and how to read a class documentation.
Creating Random objects and generate random values by calling methods
Strings
Learn how Strings are indexed and how to access individual characters of a String object
Comparing String objects using compareTo and compareToIgnoreCase methods.
Comparing String objects using equals and equalsIgnoreCase methods.
Create substrings of String objects using substring methods.
Use methods to create a new String where the the original String is all uppercase or all lowercase.