Read More

What is string in java ?

Definition: In Java , a String is a sequence of characters. Strings are objects in Java, and the…