Check out example codes for "print string in java". It will help you in understanding the concepts better.
Code Example 1
String stringName = "your string content";
Code Example 2
String data = "Some string";
System.out.println(data);
Code Example 3
System.out.println("Hello World");
Learn ReactJs, React Native from akashmittal.com