How many ways we can create the string object?
4381
25-Apr-2015
Anonymous User
25-Apr-2015There are two ways to create String object:
String s="welcome";String s=new String("Welcome")