Programming 1 - Welcome to Java - Compilations of mine
I want to share my compilations to others.
Tuesday, July 22, 2014
Matching Strings in Java
public class abejeroact51 {
public static void main(String []Args) {
String string1 = "Hello";
String string2 = "hello";
if(string1.compareTo(string2)==0)
{
System.out.println("Match");
}
else
{
System.out.println("No Match");
}
}}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment