Group of characters enclosed in double quotes is called as String literals.
Example:
String s=”Webnoid”;
They may not contain new line or line feed.
Group of characters enclosed in double quotes is called as String literals.
Example:
String s=”Webnoid”;
They may not contain new line or line feed.