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
How will you perform truncation using JDBC?
What is a jdbc connection pool?
Describe how the jdbc application works.
What is xe in oracle jdbc url?
What is db client?
What is the difference between jdbc and odbc?
What is the purpose of jdbc?
What are the higher level apis under development on top of jdbc currently?
What does jdbc stand for?
What are the steps required to execute a query in jdbc?
What is the reason why we need a jdbcrowset like the wrapper around resultset?
What do you understand by DDL and DML statements?
Why can't I invoke the ResultSet methods afterLast and beforeFirst when the method next works?
Can I get a null resultset?
What is jdbc dialect?