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
how to pass data between pages using Cookies
how to create an anonymous function
how to create a Custom Scrollbar
how to create a Draggable element
how to copy form data between different pages
How to block double clicks
how to transform XML Data into HTML
advance the focus to next consecutive fields when Enter Key is pressed
how to Scroll a DIV content
sample code to auto focusing the first field in a form
code to set the main window's size
how to Auto Scroll the page
determine which Element received an Event
snippet to prevent submission of form when certain/any validations got failed
code to detect availability of cookies