Answers for "define string in java with example"

8

how to make a string java

String newString = "Hello World";
Posted by: Guest on September-12-2020
-2

how to make a string in java

//In Javascript, a string is declared using double quotes "". It is made up by character values.
//For eg:
string = "hello".
Posted by: Guest on May-31-2021

Code answers related to "define string in java with example"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language