Get your own Java server
public class Main {
  public static void main(String[] args) {
    System.out.println(15 == 10); // returns false, because 10 is not equal to 15
  }
}

              
false