String and Array
Strings
"Strings represent a sequence of characters."
Example
String name = "Hello World"
// String in-built functions
String.length()
This function is used to calculate the length of a string and the output is a int.
Example
String name = "Hello...
kingbond470.hashnode.dev4 min read
Believer
believer
The article is helpful. Thanks.