Exception in thread "main" java.lang.OutOfMemoryError: Java
heap space:
Answer Posted / kalyan
Hi Lakshman,
*)Dont retrive all records at a time give limit when ever
getting records from database.
*) when ever inserting data into database use BatchUpdate
not prpStmt.executeUpdate(); then it will insert all records
at a time.
Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
function to combine two or more arrays
program to bring a window to the front
code to detect availability of cookies
how to Auto Scroll the page
advance the focus to next consecutive fields when Enter Key is pressed
code to images to rollover
How to encode and decode URL strings?
code to get the coordinates of a Click Event
code to detect versions of different browsers like internet explorer, netscape, mozilla, opera etc
code to Hide and Show form controls
determine which Element received an Event
Code to Block submission of form by pressing Enter Key
how to create an anonymous function
code to positioning of window in certain dimensions
how to create a Draggable element