Run the main class to see how these String methods work in Java. Modify the input Strings to explore further possibilities.
package com.nbsp.cosmicide.example2; public final class Main { public static void main(String[] args) { System.out.println("Hello, World!"); int i = 3; String s1 ...