#java #tutorial #string
Java Tutorial String Example
In Java before declaring any variable you need to declare data type. String is one of data type in java which are used for storing text.
A String variable contains a collection of characters surrounded by double quotes(“ ”)
String declaration - [String greeting = "Hello";]
#javatutorial
#variable
#subscribe
#subscribetome
#testsoftusa
Java Tutorial String Example