public class StringExample { public static void main(String[] args) { String greeting = "Hello, Java!"; System.out.println(greeting); } }