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
How many types of JDBC Drivers are present and what are they?
What is a JDBC 2.0 DataSource?
What are the steps involved in establishing a connection using jdbc in java?
What is database connection pooling? Advantages of using a connection pool?
Which type of JDBC driver is the fastest one?
Is it possible to connect to multiple databases? Using single statement can we update or extract data from two or three or many databases?
What does the connection object represents?
What is JDBC Transaction Management and why do we need it?
Write an sql to find all records having all upper case alphanumeric characters in a field ?
How java can be connected to a database?
What is the execute method in java?
What are the advantages of using jdbc datasource?
Why isn't the java.sql.DriverManager class being found?
What does setautocommit do?
Is jdbc a web technology?