Computer Science, asked by verosingh07, 1 year ago

what is tha defination of string in java

Answers

Answered by prashantdrisia
3
Strings, which are widely used in Java programming, are a sequence of characters. In the Javaprogramming language, strings are objects. TheJava platform provides the String class to create and manipulate strings.

prashantdrisia: wlcm
Answered by amitaagarwal4827
0

string is an object that represents our sweet sequence of characters the java.lang.string class is used to create a string object.

Similar questions