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 / karthik
Please increase the Heap size. It depends on the Java
version you are using. You can google for that.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is an advantage of using the jdbc connection pool?
If you are given a choice to implement the code to either insert a record or update if already exist, which approach will you follow ?
What is the JDBC?
What happens if we don't close the connection in jdbc?
Is jdbc database independent?
How can I retrieve a String or other object type without creating a new object each time?
What is url in jdbc connection?
What is the use of jdbc?
Does sql allow null values ?
DB2 Universal claims to support JDBC 2.0, But I can only get JDBC 1.0 functionality. What can I do?
What is statement and preparedstatement in java?
What are the exceptions in jdbc?
What does it mean to "materialize" data?
What are the flow statements of jdbc?
What is the return type of execute, executequery and executeupdate?