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
code to Hide and Show form controls
code to set the main window's size
How to block double clicks
Reading which Non-Character Key was pressed
maximizing the main window
snippet to prevent submission of form when certain/any validations got failed
how to transform XML Data into HTML
how to Auto Scroll the page
how to pass data between pages using Cookies
how to convert between arrays and strings
sample code to auto focusing the first field in a form
Create a Menu that can be activated while clicking on Right Mouse button
how to create an anonymous function
Create a ViewState Property?
how to create Expandable and Collapsible Menus