You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Java, string is basically an object that represents sequence of char values. An array of characters works same as Java string. In java, objects of String are immutable which means a constant and cannot be changed once created.