SvenWoltmann / string-substring-demo

A demonstration of the String.substring() method and its evolution from Java 1.2 to today.

Home Page:https://www.happycoders.eu/java/substring/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

String.substring() Demo

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:

About

A demonstration of the String.substring() method and its evolution from Java 1.2 to today.

https://www.happycoders.eu/java/substring/


Languages

Language:Java 100.0%