MPogoda
25.10.2011 08:51 dood32
int a = 0;
try {
a += 2;
} catch (java.lang.OutOfMemoryError e) {
e.printStackTrace();
}