Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

quotation marks in string java

System.out.println ("If you need to 'quote' in Java");
System.out.println ("you can use single ' or double " quote");

' = '
" = "
  
/* Example: */
String name = ""john"";
Source by www.javacoffeebreak.com #
 
PREVIOUS NEXT
Tagged: #quotation #marks #string #java
ADD COMMENT
Topic
Name
8+7 =