Answers for "if condition for string 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 "if condition for string not equal in java"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language