October 2017
Beginner
318 pages
7h 26m
English
So what powers does this String implementation give us? Well, we know that we can add or concatenate strings together because we can manipulate them as literals. In addition to this literal manipulation, we can also make use of all the functionality provided by the String class itself. We can go to the Java documentation to see what functionality is available for us, or we can always check using the code completion feature of NetBeans. I should probably point out here that we can even use the String class functionalities on string literals, as shown in the following screenshot:

Read now
Unlock full access