Answers for "how to write code if string is not equal in java"

3

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 write code if string is not equal in java"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language