HI ALL,
How to Overcome "OutOfMemoryException"? when I am compiling
source having more than 1000 LOC throwing this exception.
Can any one give correct answer to my question? thx
Answer Posted / naseer
To Overcome OutOfMemoryException
there are several things you can do
1.Make unused objects garbage collectable.
2.Avoid excessive object creation.
3.Allocate more memory for the heap.
4.Choose an alternative technique (eg, caching)
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What are the jdbc drivers in java?
What is the jdbc rowset?
Which jdbc drivers will run your program?
What are the jdbc statements?
What is jdbc url for mysql?
How can we retrieve the file in the oracle database?
What is transaction processing in jdbc?
How does a file store compare with a jdbc store?
What are the steps to connect to a database in java?
What is the advantage of namedparameterjdbctemplate?
What is JDBC Driver interface?
What is jdbc odbc in java?
What is JDBC Batch Processing and what are it’s benefits?
How to make updates to updatable result sets in jdbc?
Which package contains jdbc api?