String Question 18
WAP to check the two
strings for equality.....
Program :
public class StringPractise { if(str1.equals(str2)){ } |
Home / Java Practice Question / String Question 18
WAP to check the two
strings for equality.....
Program :
public class StringPractise { if(str1.equals(str2)){ } |