public class Main { public static void main(String[] args) { String text = " t "; System.out.println("Result: " + text.trim()); } }