Java Strings
Dec 20, 2022 · 2 min read · The String is a collection of characters that will be enclosed by " " . Mainly the strings help to store the text information. //syntax for java strings String name = "Smart Cookie"; Here the name is a variable which is of string type that contains ...
Join discussion

