1. Can I detect when the Garbage collector works? stackoverflow.comAm working on a swing app. I will experiance slowness after continuous half an hour of use. can it because of GC running? How can i find when the garbage collector runs through any ... |
2. Viewing Collections of Objects in Report stackoverflow.comThere is a collection of objects.And I want to show it in a jasper report.Let's say Item class;
|
3. Garbage Collection /finalize() coderanch.com |
4. How to male collection of lines as sinlge object coderanch.com |
5. Question about garbage collection coderanch.com"A" will never be destroyed as long as it's reachable in some way; in other words, if it's possible for you to display it again, then it won't be garbage-collected. You never have to worry about an object being destroyed "out from under you." If you have any way to refer to it, then it won't disappear. If, on the other ... |
6. Garbage collection in JDK1.5 coderanch.comHi ALl, I am working on a GUI application using jdk1.5, which contain many JDialog & JTables. My prob is whenever I access my GUI through IE(deployed version) its total memory utilisation keep increasing and gc doesnt collect all unreachable objects(only partial) & my GUI gets freezed once it reaches maximum size (provided by -mxm parameter). But When i start same ... |
7. movie collection app design coderanch.comhello everyone! i have started to work with an app that store data about movies in xml files that data is then being displayed in swing components so far everything works fine but the project always hangs when it comes to design. i want to use cardlayout controlled jpanels that handles all the input from the user about the current movie ... |