Permutation, Combination and Probability Quiz

package quiz;

public class StringCompare {

  public static void main(String[] args) {
  
    String s1 = new String ("Hello");
    String s2 = "Hello";
    
    System.out.println(s1 == s2);
  }

}


© 2015, https:. All rights reserved. On republishing this post, you must provide link to original post

Leave a Reply.. code can be added in <code> </code> tags