Answer the following statements true (T) or false (F)
1. The String class's regionMatches method performs a case-insensitive comparison.
2. Most of the String comparison methods are case sensitive.
3. Trying to extract more tokens than exist from a StringTokenizer object will cause an error.
4. A wrapper class is a class that is "wrapped around" a primitive data type and allows you to create objects instead of variables.
5. The wrapper classes in Java are immutable, which means that once you create an object, you cannot change the object's value.
1. TRUE
2. TRUE
3. TRUE
4. TRUE
5.TRUE
You might also like to view...
In a flow chart, a(n) ________ shape indicates where a process is performed in the chart
A) oval B) circle C) diamond D) rectangle
Which of the following formats, often used when transferring high-resolution images, was developed by Adobe?
A) .JPEG B) .TIFF C) .PNG D) .GIF