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 steps involved in establishing a connection using jdbc in java?
Compare jdbc and odbc and how is jdbc required in this context.
How you restrict a user to cut and paste from the html page using java programing?
Which database is used for java?
What is jdbc architecture in java?
What packages are used by jdbc?
What is the meaning of batch updates?
What does executeupdate return in jdbc?
Does jdbc use odbc?
What is a merge field?
What is namedparameterjdbctemplate?
What is jdbc in dbms?
How can we execute stored procedures using callablestatement?
What is device controller?
What is the full form of jdbc?