Answer:
Kindly check explanation
Step-by-step explanation:
public class ComparisonwithEquals {
public static void main(String[] args) {
String s1 = "testing";
String s2 = "codeblocks";
System.out.println(s1.equals(s2));
.
2.)
s1 = 'Kolade'
s2 = 'Taofeek'
s1 += s2
3.)
To determine the length of a string, we use the len method
Length_s1 = len(s1