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 is resultset?
What are the types of jdbc drivers that exist?
What is jdbc odbc connection?
What packages are used by jdbc?
Explain Basic Steps in Writing a Java Program Using Jdbc?
What are the jdbc api components?
What is a merge field?
Is java a database?
What does it mean to "materialize" data?
List the advantages of using datasource?
How the JDBC application works?
What is the feature of jdbc v4?
What are the functions of the jdbc connection interface?
What is jsp and jdbc?
How to achieve JDBC Connection Pooling using JDBC DataSource and JNDI in Apache Tomcat Server?