How many ways we can create the string object?
Ask by Anonymous User
Updated 23 Sep 2020
There are two ways to create String object:
String s="welcome";String s=new String("Welcome")