0
What is strings?
6 odpowiedzi
+ 2
String is group of character enclosed in double quotes .
String s are neither primitive nor non - primitive data type.
example- "Do u got ur answer"
0
String which are widely used in java programming, are a sequence of characters. In java programming language, strings are threated as objects. Creating Strings: The most direct way to create a string is to write - String greeting = "Hello World!";
0
I hope that helps you leave a like if so!
0
it contain group of character and written in double cord
0
String is group of characters. Character can been alphabet numbers and some special characters . Most common used string is "Hello world!!".
0
String is a premitive datatype.
It is used to store character statement.