| 1: | Why would you want to use and object wrapper rather than a primitive type? |
| 2: | How could you convert a String to an Integer? |
| 3: | What is immutability? |
| 4: | How does immutability affect strings? |
| 5: | What is the string table? |
| 6: | What is the difference between the String class and the StringBuffer class? |
| 7: | How can you reverse a string? |
| 8: | What is the StringTokenizer class? |
| 9: | What is the difference between a token and the delimiter? |
| 10: | Why would you want to use a StringTokenizer class? |