Updated Biography
7 месяцев назад
Integer a = 100;
Integer b = 100;
Integer c = 300;
Integer d = 300;
System.out.println(a == b);
System.out.println(c == d);
try {
final ClassPathXmlApplicationContext ctx =
new ClassPathXmlApplicationContext(
new String[] {"application-context.xml"});
} catch ( final Throwable th) {
log.error("Unable to start the context : " + th.getMessage(), th);
}
new String(data);можно привести к каноническому представлению посредством вызова метода intern().