OutOfMemoryError....!
i have got this error when i complied my program.i don't know what to do
the System is out of resoures
public class OutOfMemoryError.
Consult the following stack trace for details.
java.lang.outOfMemoryError
when i looked for help it says...!
extends VirtualMachineError
Thrown when the Java Virtual Machine cannot allocate an object because it is out of memory, and no more memory could be made available by the garbage collector.
Can some one please tell me what should i do to solve this problem
thanks
-VIJAY

