Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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 / sunit panday

actually there are some conditions due to which
OutOfMemoryException caused as follows:-
1. when java virtual machine coudnot create the object as
specified by the programmer
2. when the database so high as respect to system physical
and virtual memory is low
you can use following command to find the free memory:-
Runtime runtime = Runtime.getRuntime();
System.out.println ("Free memory : " - + runtime.freeMemory
() );
as this exception is in java.lang.Object package

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is sqlwarning and discuss the procedure of retrieving warnings?

1082


What is difference between java.util.Date and java.sql.Date?

1200


Expalin the method of calling a stored procedure from jdbc.

1014


What is savepoint in jdbc?

966


Where can I find ojdbc14 jar file?

1061


Can I use JDBC to execute non-standard features that my DBMS provides?

1067


How to insert an image or raw data into database?

1045


What are different types of ResultSet?

1107


What is the most common example type 1 driver?

1076


What are the common jdbc exceptions?

998


What are the advantages of collection pools?

1103


What is a jdbc connection?

945


What is the use of callablestatement? Name the method, which is used to prepare a callablestatement.

951


In which ways is driver class is registered with drive manager?

957


Why should we close database connections in java?

1194