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 do you determine the sensitivity of the ResultSet object?
What is jdbc in dbms?
What is jdbc odbc bridge?
How can we store the file in the oracle database?
How can I retrieve a String or other object type without creating a new object each time?
Which jdbc driver type s is are the jdbc odbc bridge?
What is jdbc odbc driver?
What are database warnings in jdbc and how can we handle database warnings in jdbc?
What are the advantages of database connection pooling?
What is benefit of using preparedstatement in java?
Is there another way of dealing with the result set that could execute faster?
How can I connect mysql or oracle with java?
What is JDBC Transaction Management and why do we need it?
Which package contains jdbc api?
What is transaction processing in jdbc?