Run »
public class Main { public static void main(String[] args) { String txt = "It\'s alright."; System.out.println(txt); } }
It's alright.