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
write a code to generate pseudorandom numbes
How to encode and decode URL strings?
how to Auto Scroll the page
Reading which Non-Character Key was pressed
code to get the coordinates of a Click Event
function to combine two or more arrays
how to create a Draggable element
code to sorting an array of objects
how to create Expandable and Collapsible Menus
code to keep a page Out of the browser history
communication between main window and new windows
code to Hide and Show form controls
how to Scroll a DIV content
code to set the main window's size
Create a Menu that can be activated while clicking on Right Mouse button