1 /*
2 * Created on Aug 26, 2003
3 *
4 * To change the template for this generated file go to
5 * Window>Preferences>Java>Code Generation>Code and Comments
6 */
7
8 /***
9 * @author mwilson
10 *
11 * To change the template for this generated type comment go to
12 * Window>Preferences>Java>Code Generation>Code and Comments
13 */
14 public class Main
15 {
16 public static void main(String[] args)
17 {
18
19 String y = new String("string");
20 String x = "string";
21
22 System.out.println("true: " + (x==y));
23 }
24
25 }
This page was automatically generated by Maven