Data Type Java Tutorial

public class MainClass{
   public static void main(String[] a){
   
       String s = "John \"The Great\" Monroe";
   }
}