Answers for "how to check wheteher two string are not equal in java"

1

java string not equal

String name = "John"; 
 
// prints true to standard system output. 
System.out.print(!name.equals("Alex"));
Posted by: Guest on October-03-2020

Code answers related to "how to check wheteher two string are not equal in java"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language