What is strings? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What is strings?

27th Dec 2016, 4:04 PM
Vishank Arun
Vishank Arun - avatar
6 Answers
+ 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"
28th Dec 2016, 12:44 PM
RUTIKA SANSARIA
RUTIKA SANSARIA - avatar
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!";
27th Dec 2016, 4:15 PM
Tuuba
0
I hope that helps you leave a like if so!
27th Dec 2016, 4:18 PM
Tuuba
0
it contain group of character and written in double cord
27th Dec 2016, 4:20 PM
LYRICS ARE AWESOME
LYRICS ARE AWESOME - avatar
0
String is group of characters. Character can been alphabet numbers and some special characters . Most common used string is "Hello world!!".
27th Dec 2016, 11:48 PM
Karandeep Singh Bedi
0
String is a premitive datatype. It is used to store character statement.
30th Dec 2016, 3:58 PM
Taha Mahmood
Taha Mahmood - avatar