Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

What is a string?

+1 vote
asked Nov 19, 2017 by Arpit Saini (130 points)

3 Answers

0 votes
answered Nov 28, 2017 by fathamd (180 points)
String is a sequence of characters. In java  String class is used to manipulate and create string data.
0 votes
answered Mar 6, 2018 by Daniel Stuckey (450 points)
With strings you can store text input if you are doing stuff like scanners
0 votes
answered Mar 6, 2018 by anonymous
sequence of characters
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...