A demonstration of the String.substring()
method and its evolution from Java 1.2 to today.
Compile and execute with various Java versions using:
cd src
javac eu/happycoders/substring/SubstringInternalsDemo.java
java eu.happycoders.substring.SubstringInternalsDemo
You find the results in the /results
folder.
The code refers to the following articles:
- English: Java substring() Method
- German: Java substring()-Methode