This is the length of a string.
What is an string.length()?
This is the largest bone in the human body.
What is the femur?
This method allows us to access a single character in a String.
What is charAt()?
The length of an array named "nums"
What is an nums.length?
What is private?
This is the largest mammal.
What is a blue whale?
This is the index of the last character in a String.
What is the string.length()-1?
A sorting method in which each value is placed in increasing order
What is Arrays.sort()?
This type of method can be called without an object.
What is a static method?
This company created the Java programming language
What is an Sun Microsystems?
This vocabulary word means the combining of two or more Strings together.
What is concatenation?
This loop can access every element in an array, but cannot modify them.
What is an enhance for loop?
This type of error occurs when attempting to call a method on an object that has not been initialized yet.
What is a Null Pointer Exception?
Who is Alan Turing?
This is the vocabulary word meaning that Strings cannot be changed once initialized.
What is the immutable?
This happens when two arrays store information that is pertinent to each other at the same indices.
What are parallel arrays?
This type of variable is shared across all objects of a class.
What is a static instance variable?
This man is the "other" Steve who founded Apple.
Who is Steve Wozniak?