public class JAVA_042 { public static void main(String[] args) { String string=\"This is a String Object!\"; System.out.println(string); } }