public class QuoteInJava {
public static void main (String args[])
{
System.out.println ("If you need to 'quote' in Java");
System.out.println ("you can use single \' or double \" quote");
}
}
这里是输出输出:-
If you need to 'quote' in Java
you can use single ' or double " quote