This blog is for Automation Test Engineers

Sunday, 3 September 2017

How to find whether two string equal or not



String a="Selenium";
String b="Selenium";

System.out.println(a.equals(b));
}


0

0 comments:

Post a Comment