Prepare for your Next Interview
This is a discussion on Java Applications Profiler within the Java forums, part of the Software Development category; How a profiler can improve your Java applications If you have been working with c++ programs for longer than five years, you should be well aware of the difficulties involved ...
|
|||
|
Java Applications Profiler
How a profiler can improve your Java applications
If you have been working with c++ programs for longer than five years, you should be well aware of the difficulties involved with debugging software. However, many younger programmers don't have experience with these issues because java deals with memory problems by using what is called the garbage collector. Whenever a new object is created in java, the java virtual machine will reserve memory for it, and if the object reference disappears, the memory will be reclaimed. Because of this simple tool, your small to medium sized java programs will not crash due to memory issues. When it does fail due to memory issues, many java programmers have problems. Read more... |
| Sponsored Links |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Data structure with C in Real Time Applications | blenda | C and C++ | 3 | 06-19-2007 09:26 AM |
| Real Time applications with Graphics Utilities in C | RyanJames | C and C++ | 1 | 07-17-2006 05:18 PM |
| Antipatterns In Java Programs | Lokesh M | Java | 0 | 07-02-2006 05:48 AM |
| WebSphere V5.0 : Java Development - Use task view | Lokesh M | Web Tools | 0 | 06-10-2006 09:06 AM |
| WebSphere V5.0 : Create Java projects | Lokesh M | Web Tools | 0 | 05-29-2006 11:21 AM |